An open API service indexing awesome lists of open source software.

https://github.com/bakdata/kafka-lab-solutions


https://github.com/bakdata/kafka-lab-solutions

Last synced: 2 months ago
JSON representation

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.

![img.png](img.png)

Go to each component for more information and implement the code so the test(s) pass! Good luck!

- [producer](producer)
- [converter](converter)
- [windowing](windowing)