Apache Kafka + KSQL Live Demo (Video Recording) using CSV, JSON, Apache Avro

Apache Kafka + KSQL Live Demo using CSV, JSON, Apache Avro. 10min live demo to get introduced to KSQL – the streaming SQL engine for Apache Kafka. Write and deploy SQL queries for stream processing instead of source code.

KSQL is the open-source, Apache 2.0 licensed streaming SQL engine on top of Apache Kafka from Confluent. KSQL makes stream processing available to everyone. Even though it is simple to use because there is no need to write source code, KSQL is built for mission-critical and scalable production deployments (using Kafka Streams under the hood).

Live Demo – KSQL with CSV, JSON and Apache Avro

The following video shows a live demo using Delimited, JSON and Avro data to create STREAMs and TABLEs for continuous stream processing of events in Apache Kafka:

YouTube

By loading the video, you agree to YouTube’s privacy policy.
Learn more

Load video

 

Dont‘ miss my next post. Subscribe!

We don’t spam! Read more in our privacy policy
If you have issues with the registration write me: kontakt@kai-waehner.de

Leave a Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Apache Kafka + MQTT = End-to-End IoT Integration (Code, Slides, Video)

MQTT and Apache Kafka are a perfect combination for end-to-end IoT integration from edge to data center. This post discusses two different approaches and refers to implementations on Github using Apache Kafka, Kafka Connect, Confluent MQTT Proxy and Mosquitto.
Read More