Struct (Nested Data) | Level Up your KSQL by Confluent

preview_player
Показать описание

KSQL is an open source, Apache 2.0 licensed streaming SQL engine that implements continuous, interactive queries against Apache Kafka®. KSQL makes it easy to read, write, and process streaming data in real-time, at scale, using SQL-like semantics. This offers an easy way to express stream processing transformations as an alternative to writing an application in Java or Python. KSQL provides capabilities such as streaming joins, aggregations, event-time windowing, and more!


ABOUT CONFLUENT
Рекомендации по теме
Комментарии
Автор

How to create tables from nested JSON topic/stream?

sruthrasr
Автор

how to create output topic which contain nested (STRUCT) data ?
in other words I want to create SELECT in which output data contain field that is a struct, is that possible ?

Din
Автор

Hi!, I have a problem in querying STRUCT data where the column name of a STRUCT is a keyword. This results in NULL for the corresponding column. Can you pls. let me know what I'm missing.

vigneshkarunakaran
Автор

Oh man I had to do that with a long nested field. It was a battle!

kevinjang