Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 908 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 908 Bytes

wwcode-kafka-workshop

Women Who Code Dublin - Kafka Workshop

@author Laura Uzcategui

This repository was created to facilitate a Kafka Workshop to WWCode Dublin community.

It is composed with 3 folders

1 - kafka-cluster, contains the docker compose file for creating the cluster

2- avro-schemas contain the schema that is being used to serialize/deserialize the data to be send and consumed from Kafka

3- data contain 2 files with fake data

4 - producer-consumer contains the python scripts to write a consumer and producer using the kafka-python client library.

If you wish to follow the workshop all the steps are published here: https://wwcode-dublin.gitbook.io/kafka-workshop/

You are welcome to contribute to the repository :)