Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 835 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 835 Bytes

Yet-Another-Kafka

Built with Flask and Pika


Pre-requisites

How to setup locally?

After git clone and cd 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.