FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

rabbitmq-tutorials/python-stream at main · rabbitmq/rabbitmq-tutorials · GitHub

Latest commit

 

History

History

README.md

Python code for RabbitMQ tutorials

Here you can find Python code examples from RabbitMQ tutorials.

Requirements

These examples use the qweeze/rstream client library.

Get it first with the necessary dependencies:

 pip3 install -r requirements.txt

Code

Code examples are executed via python3:

Tutorial one: "Hello World!":

python3 send.py
python3 receive.py

Tutorial two: "Offset tracking":

python3 offset_tracking_send.py
python3 offset_tracking_receive.py

To learn more, see rqweeze/rstream.


Back | FazBrowse Home | New Git URL