Skip to content

Basic Wikimedia metrics analysis using Kafka pub-sub and Streamlit.

Notifications You must be signed in to change notification settings

navaneethsdk/wikimedia-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wikimedia analytics

Analyze basic Wikimedia metrics using Kafka pub-sub and Streamlit. The repo is basic and was developed with learning in mind.

Set up

  1. Ensure you have a Kafka cluster running. Change the port number in producer.py and consumer.py according to the server configurations.
  2. Run the following to install the required packages:
pip install requirements.txt
  1. Start the producer using the following command
python3 producer.py
  1. Start the consumer by running the following command:
streamlit run consumer.py

About

Basic Wikimedia metrics analysis using Kafka pub-sub and Streamlit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages