Synopsis

Learn the core concepts that ksqlDB is built around.

Events

An event is the fundamental unit of data in stream processing.

Learn →
Stream processing

Stream processing is a way to write programs computing over unbounded streams of events.

Learn →
Materialized views

Materialized views precompute the results of queries at write-time so reads become predictably fast.

Learn →
Streams

A stream is an immutable, append-only collection of events that represents a series of historical facts.

Learn →
Tables

A table is a mutable collection of events that models change over time.

Learn →
Queries

Queries are how you process events and retrieve computed results.

Learn →
Joins

Joins are how to combine data from many streams and tables into one.

Learn →
Time and windows

Windows help you bound a continuous stream of events into distinct time intervals.

Learn →
User-defined functions

Extend ksqlDB to invoke custom code written in Java.

Learn →
Connectors

Connectors source and sink data from external systems.

Learn →
Lambda Functions

Lambda functions allow you to apply in-line functions without creating a full UDF.

Learn →
Apache Kafka primer

None of this making sense? Take a step back and learn the basics of Kafka first.

Learn →

Last update: 2021-03-08