Synopsis
Learn the core concepts that ksqlDB is built around.
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 →
Time and windows
Windows help you bound a continuous stream of events into distinct time intervals.
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:
2024-10-28