A simple stocks exchange api
Using existing docker-compose.yml file
docker-compose up -d
Run docker-compose and check http://localhost:8000/docs
PYTHONPATH=./src python -m unittest discover -s tests
streameremulates stock update events and publishes them on a vernemq topic.workerconsumes streamer events from vernemq topic using eventsourcing.webprovides API to handle different user requests and connects to the same event store to sync with the latest updates.
