Analyze basic Wikimedia metrics using Kafka pub-sub and Streamlit. The repo is basic and was developed with learning in mind.
- Ensure you have a Kafka cluster running. Change the port number in
producer.py
andconsumer.py
according to the server configurations. - Run the following to install the required packages:
pip install requirements.txt
- Start the producer using the following command
python3 producer.py
- Start the consumer by running the following command:
streamlit run consumer.py