- Ishita Badole
- Anirudh Ragam
python3 -m venv venv
pip3 install -r requirements.txt
To run the kafka producer and consumer first start kafka and zookeeper
-
Install kafka:
brew install kafka
-
To start kafka now and restart at login:
brew services start kafka
Or, if you don't want/need a background service you can just run:
/opt/homebrew/opt/kafka/bin/kafka-server-start /opt/homebrew/etc/kafka/server.properties
-
Start the Zookeeper service
brew services start zookeeper
Run sh deploy-all.sh
to setup the application
Run python3 test-queries.py
to test the application with sample queries.