ksqlDB Tutorial - Quickstart

Опубликовано: 28 Сентябрь 2024
на канале: Genka
4,218
60

This tutorial/crash course video is about ksqlDB, where I introduce ksqlDB and explain how to use it.

I implement a real life use case, where we learn how to create a stream, insert data into the stream, select data from stream, consume events, aggregate data and store into tables, joins two streams and emit result in a kafka topic for consumption.

Intro: (0:00)
Getting Started: (1:21)
Create a Stream: (2:23)
Aggregate & Store into Table: (4:51)
Joins: (7:17)
Outro: (13:10)