https://github.com/bakdata/kafka-lab-solutions
https://github.com/bakdata/kafka-lab-solutions
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bakdata/kafka-lab-solutions
- Owner: bakdata
- Created: 2023-10-27T11:41:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T11:43:47.000Z (over 2 years ago)
- Last Synced: 2025-04-10T23:48:18.924Z (12 months ago)
- Language: HTML
- Size: 947 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kafka-lab
Welcome to the Kafka Lab! In this lab, we will walk you through building a data pipeline using Kafka and Kafka
Streams.
The overall architecture is shown in the picture below. This pipeline will read a runner's data and cleans/converts
the data and then calculate the average heart rate of the runners in a time window.

Go to each component for more information and implement the code so the test(s) pass! Good luck!
- [producer](producer)
- [converter](converter)
- [windowing](windowing)