Skip to content

geoffrey1330/test_kafka

Repository files navigation

test_kafka

intro to apache kafka with python

To get indepth with apache kafka with python checkout my article

to start this up

  • run the following command on your terminal
  • make sure to have docker installed and running on your machine
git clone https://github.com/geoffrey1330/test_kafka.git

cd test_kafka

docker-compose up -d 

pip3 install -r requirements.txt

python3 producer.py

python3 consumer.py

About

intro to apache kafka with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages