Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 2.37 KB

File metadata and controls

35 lines (26 loc) · 2.37 KB

Think of ksqlDB before using Kafka Streams

LinkedIn

A streaming data pipeline typically consists of data transformation, wrangling, and (time-based window) aggregation. On top of that, we must also guarantee data integrity. One might think of Kafka Streams to solve all these challenges, and it is definitely a good choice. However, in many cases, ksqlDB queries are simpler, faster to implement, and work fine.

This repository was used in a Confluent meetup. You can watch the recording in the Community Forum.

In the meanwhile this repo became a playground for different ways of deployment as well as exploring features such as Cluster Linking, or enabling metrics. You can find them under different branches. Currently, this pipeline can be deployed: