This document provides an overview of KSQL, an open-source streaming SQL engine for Apache Kafka. It discusses how KSQL allows users to do stream processing by writing SQL-like statements and queries against Kafka topics. It also covers how KSQL provides a familiar SQL-like interface but with the flexibility, scalability, and performance of stream processing with Kafka Streams.