Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Provide IBM MQ scaler sample #18

Merged
merged 4 commits into from
Oct 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
## Samples
(If you have any samples to share; please submit a PR to add it to the list!)

#### Azure EventHub
#### Azure Event Hubs
* [Azure Functions NodeJS function with EventHub](https://github.com/kedacore/sample-javascript-eventhub-azure-function)
* [Java Application processing messages from Kafka head on Event Hubs](https://github.com/rasavant-ms/sample-java-kafka-event-hub-scalar)

#### Azure Service Bus Queue
* [.NET Core 3.0 Worker with Azure Service Bus Queue](https://github.com/kedacore/sample-dotnet-worker-servicebus-queue) *(Owner: @tomkerkhove)*

#### Azure ServiceBus Topic
#### Azure Service Bus Topic
* [Service Bus Topic consumed by .NET Core 3 console app](https://github.com/felipecruz91/sample-dotnet-consumer-servicebus-topic)
* [Crowd Analytics Platform: Guided workshop that leverages Service Bus Topics + Azure Functions](https://github.com/mohamedsaif/IntelligentExperiences.OnContainers)

#### Azure Queues
#### Azure Storage Queues
* [Azure Functions Hello World with Azure Queues](https://github.com/kedacore/sample-hello-world-azure-functions)
* [Python jobs with Azure Queue Storage](https://github.com/tomconte/sample-keda-queue-jobs)
* [.Net Job with Azure Storage Queue](https://github.com/ross-p-smith/Mercury)
Expand All @@ -25,12 +25,17 @@
* [Google Cloud PubSub](https://github.com/kedacore/sample-go-gcppubsub)
* [.Net Job with Google Cloud PubSub](https://github.com/ross-p-smith/Mercury)

#### IBM MQ
* [IBM MQ using a Go consumer & producer](https://github.com/ibm-messaging/mq-dev-patterns/tree/master/Go-K8s)

#### Kafka
* [Autoscaling Dapr service based on queue depth](https://github.com/mchmarny/dapr-demos/tree/master/autoscaling-on-queue)
* [Azure Functions and Kafka on Openshift 4](https://github.com/kedacore/sample-azure-functions-on-ocp4)
* [Azure Functions processing tweets from Kafka](https://github.com/kedacore/sample-typescript-kafka-azure-function)

#### Nats Streaming
* [Nats Streaming with Go](https://github.com/balchua/gonuts)
* [Nats streaming with Keda and Virtual Kubelet](https://github.com/infracloudio/keda-vk-aci)

#### MySQL
* [Using MySQL queries and KEDA](https://github.com/nuclearpinguin/keda-example#mysql-example)
Expand Down