Processing Streaming Data with KSQL • Tim Berglund • GOTO 2019

preview_player
Показать описание
This presentation was recorded at GOTO Copenhagen 2019. #GOTOcon #GOTOcph

Tim Berglund - Senior Director of Developer Experience at Confluent @tlberglund

ABSTRACT
Apache Kafka is a de facto standard streaming data processing platform, being widely deployed as a messaging system, and having a robust data integration framework (Kafka Connect) and stream processing API (Kafka Streams) to meet the needs that common attend real-time message processing. But there’s more! Kafka now offers KSQL, a declarative, SQL-like stream processing language that lets you define powerful stream-processing applications easily. What once took some moderately sophisticated Java code can now be done at the command line with a familiar and eminently approachable syntax. Come to this talk for an overview of KSQL with live coding [...]

Read the full abstract here:

#KSQL #Kafka #ApacheKafka #EventSourcing

Looking for a unique learning experience?

SUBSCRIBE TO OUR CHANNEL - new videos posted almost daily.
Рекомендации по теме
Комментарии
Автор

I was expecting an audience walk-out when he said that Die hard and Lethal weapon are Christmas movies! Alas...😝

azizsaya
Автор

I don't understand why it's called declarative when all statements are imperative (e.g. "select foo from stream" or "create stream bar")

Goodvvine