This shows Redis as a communication channel in a microservices architecture.
This is not production ready code, this is a sample implementation for showcasing only!
- Python v3
- Docker Compose v1.25 (or Kubernetes v1.17)
docker-compose up
python3 -m unittest tests/unit.py
- Go to
http://localhost:5000/
for watching events and browsing state.
docker-compose down