https://github.com/monobot/micro_orchestra
Test for 3 microservices communicating
https://github.com/monobot/micro_orchestra
Last synced: about 1 month ago
JSON representation
Test for 3 microservices communicating
- Host: GitHub
- URL: https://github.com/monobot/micro_orchestra
- Owner: monobot
- License: mit
- Created: 2018-06-12T18:50:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-10T19:10:18.000Z (over 6 years ago)
- Last Synced: 2025-11-22T11:07:53.813Z (8 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# micro_orchestra
## Test for 3 microservices communicating
3 docker microservices communication throught a redis docker instance.
Using my own library redis_connector
Each of the microservices will be able to process its own messages, and will be connecting to the list of channels.
Each message will be processed only once using the redis lock feature.
So you can scalate up any of the microservices without worring about the concurrence.
eg:
docker-compose up --scale final_box=3 processor_box=2