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....")
 
m (Text replacement - ". ----" to ". ----")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A [[Kafka SQL (KSQL) Language]] is a [[SQL language ]] for a [[Kafka platform]].
A [[Kafka SQL (KSQL) Language]] is a [[SQL language]] for a [[Kafka platform]].
* <B>See:</B> [[Spark SQL]].
* <B>See:</B> [[Spark SQL]].
----
----
----
----
== References ==
== References ==


=== 2017 ===
=== 2017 ===
* https://www.confluent.io/blog/ksql-open-source-streaming-sql-for-apache-kafka/
* 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.
** QUOTE: I’m really excited to announce [[Kafka SQL (KSQL) Language|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.


----
----
__NOTOC__
__NOTOC__
[[Category:Concept]]

Latest revision as of 18:41, 17 September 2021

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.