This document discusses ksqlDB, a streaming SQL engine for Apache Kafka. It allows users to write streaming applications using familiar SQL queries against Kafka topic data. Some key points made include:
- ksqlDB allows users to create, select, and join streaming data in Kafka topics using SQL queries without the need for Java or other code
- It provides a simpler way to build streaming applications compared to Kafka Streams by using SQL
- Examples show how ksqlDB can be used for real-time monitoring, anomaly detection, streaming ETL, and data transformations.
Related topics: