Kafka Streams + SQL = KSQLDB!! What is it And Tutorial! Build Applications Fast!

preview_player
Показать описание
Ksqldb is an open source tool to create Data Streaming applications using SQL. It was built by the developers of Apache Kafka and Kafka Streams and you can use it to create applications extreamly fast!

---------------
Sections
---------------
00:00 - Intro
00:49 - What is KSQLDB
01:36 - Features
03:07 - Architecture
04:57 - Tutorial
05:37 - Running locally
09:59 - Create a Stream
11:41 - Insert data in the stream
12:43 - Consume the Stream
16:43 - Outro
Рекомендации по теме
Комментарии
Автор

Mati sos Argentino? me da la sensación jaja, en cualquier caso soy nuevo en el canal, me estoy formando hace unos 6 meses y comencé a estudiar kafka hace unos días me saliste recomendado en YouTube así que ahora estoy mirando todo tu contenido que se ve espectacular!

RochaNahuel
Автор

i ve been wondering, lately kafka allows to start without zookeeper.
Does the zookeper is still obligatory with the ksqldb??

AliakseiDzemidovich
Автор

CREATE STREAM users (
ROWKEY INT KEY,
USERNAME VARCHAR
) WITH (
KAFKA_TOPIC='users',
PARTITIONS=4,
VALUE_FORMAT='JSON'
);
helped when i couldn't create the topic for some reason

AliakseiDzemidovich
Автор

Hall Charles Wilson Jeffrey Wilson Sharon

ObadiahCorey-uy