Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 1.53 KB

README.md

File metadata and controls

57 lines (33 loc) · 1.53 KB

WIP: Mi PubSub

Asynchronius, pubish/subscriber communication in between (micro) services. Protobuf powered RabbitMQ queues. RabbitMQ Publish/Subscribe pattern implementation for SOA.

Getting Started

Prerequisites

Running demo

# to start rabbitmq and demo containers
docker-compose up -d

# start mailer worker (consumer)
docker exec -it mipubsub_mailer_1 python main.py

# publish sample events
docker exec -it mipubsub_mailer_1 python sample_producer.py

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc