Built with Flask and Pika
- Erlang - www.erlang.org/downloads
- Rabbitmq server
Guide for Installing - rabbitmq installation
- Python3
After
git cloneandcdto 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.pyNOTE:
operations.logis only for reference.