Kafka SQL (KSQL) Language
Jump to navigation
Jump to search
A Kafka SQL (KSQL) Language is a SQL language for a Kafka platform.
- See: Spark SQL.
References
2017
- https://www.confluent.io/blog/ksql-open-source-streaming-sql-for-apache-kafka/
- QUOTE: I’m really excited to announce KSQL, a streaming SQL engine for Apache Kafka®. KSQL lowers the entry bar to the world of stream processing, providing a simple and completely interactive SQL interface for processing data in Kafka. You no longer need to write code in a programming language such as Java or Python! KSQL is open-source (Apache 2.0 licensed), distributed, scalable, reliable, and real-time. It supports a wide range of powerful stream processing operations including aggregations, joins, windowing, sessionization, and much more.