Skip to content

Testing Kafka and RabbitMQ with Python (Both as a Task Queue and for Pub/Sub purposes)

License

Notifications You must be signed in to change notification settings

GISDev01/kafka-python-ingest

Folders and files

NameName
Last commit message
Last commit date
May 24, 2017
May 1, 2017
May 1, 2017
May 5, 2017
May 1, 2017
May 5, 2017
May 4, 2017
May 5, 2017
Mar 25, 2021

Repository files navigation

py-kafka-and-rabbitmq

Some testing of using the python library over the usual Java library when dealing with Kafka streams and RabbitMQ Queues.

For Windows, get a local Kafka up and running quickly by running these 2 commands in 2 separate shells: bin\windows\zookeeper-server-start.bat config\zookeeper.properties bin\windows\kafka-server-start.bat config\server.properties

For Windows, get RabbitMQ installed by following their instructions here: https://www.rabbitmq.com/download.html

For Mac, you can get RabbitMQ up and running quickly with homebrew: brew install rabbitmq After the brew runs, you can fire up RabbitMQ on your Mac with the command: rabbitmq-server

About

Testing Kafka and RabbitMQ with Python (Both as a Task Queue and for Pub/Sub purposes)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages