Skip to content

Repository about data aggregation with different frameworks in different environments

Notifications You must be signed in to change notification settings

pneff93/Think-of-ksqlDB-before-using-KafkaStreams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Repository about data aggregation with different frameworks in different environments

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published