Kafka SQL (KSQL) Language: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
(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....")
 
No edit summary
Line 11: Line 11:
----
----
__NOTOC__
__NOTOC__
[[Category:Concept]]

Revision as of 12:30, 13 December 2017

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.