Important

You are viewing documentation for an older version of Confluent Platform. For the latest, click here.

KSQL Quick Start

Confluent Platform Quick Start
The Confluent Platform Quick Start is the easiest way to get you up and running with Confluent Platform and KSQL. It will demonstrate a simple workflow with topic management, monitoring, and using KSQL to write streaming queries against data in Apache Kafka®.
KSQL Tutorials and Examples

The KSQL tutorials and examples page provides introductory and advanced KSQL usage scenarios in both local and Docker-based versions.

You can configure Java streams applications to deserialize and ingest data in multiple ways, including Kafka console producers, JDBC source connectors, and Java client producers. For full code examples, see connect-streams-pipeline.