Kafka SQL (KSQL) Language

From GM-RKB
Revision as of 23:16, 12 December 2017 by Gmelli (talk | contribs) (Created page with "A Kafka SQL (KSQL) Language is a SQL language for a Kafka platform. * <B>See:</B> Spark SQL. ---- ---- == References == === 2017 === * https://www.confluent....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A Kafka SQL (KSQL) Language is a SQL language for a Kafka platform.



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.