Built with Flask and Pika
- Erlang - www.erlang.org/downloads
- Rabbitmq server
Guide for Installing - rabbitmq installation
- Python3
After
git clone
andcd
to project folder
- Create Virtual Environment
- Install requirements
pip install -r requirements.txt
- Start zookeeper
make start
# OR
# without make - from project's root directory
python yak/zoo_keeper.py
- Starting the consumer and producer
# listens continuously
python testing_consumer.py
# on new terminal
python testing_producer.py
NOTE:
operations.log
is only for reference.