Important
You are viewing documentation for an older version of Confluent Platform. For the latest, click here.
KSQL Developer Guide¶
These topics show how to develop KSQL applications for Confluent Platform.
- Configuring KSQL CLI
- Create a KSQL Stream
- Create a KSQL Table
- Aggregate Streaming Data With KSQL
- Query With Arrays and Maps
- Query With Structured Data
- Join Event Streams with KSQL
- Transform a Stream With KSQL
- Implement a User-defined Function (UDF and UDAF)
- Partition Data to Enable Joins
- KSQL Syntax Reference
- KSQL REST API Reference
- KSQL Custom Function Reference (UDF and UDAF)
- KSQL Tutorials and Examples