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 Serialization
- KSQL Testing Tool
- KSQL REST API Reference
- KSQL Custom Function Reference (UDF and UDAF)
- KSQL Processing Log
- KSQL Tutorials and Examples