Skip to content

handling weather data flow using kafka and quixstreams

Notifications You must be signed in to change notification settings

davidgao7/weather_flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Producers in Python

example program to get data from firehose and send it to kafka

how to setup environment

  1. create virtual environment
pyenv install 3.12.4
  1. set the local python version
pyenv local 3.12.4
  1. create virtual environment with venv
pyenv exec python -m venv kafka_env
  1. activate the virtual environment
source kafka_env/bin/activate
  1. install the required packages
kafka_env/bin/pip3 install -r requirements.txt

how to run

kafka_env/bin/python3 stream.py

About

handling weather data flow using kafka and quixstreams

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages