DEV Community

Robin Moffatt
Robin Moffatt

Posted on • Originally published at rmoff.net on

๐ŸŽ A collection of Kafka-related talks ๐Ÿ’

Hereโ€™s a collection of Kafka-related talks, just for you.

Each one has ๐Ÿฟ๐ŸŽฅ a recording, ๐Ÿ“” slides, and ๐Ÿ‘พ code to go and try out.


Letโ€™s get started with the foundations - what is Apache Kafka?

๐Ÿ‘‰ Kafka as a Platform: the Ecosystem from the Ground Up

another introductory talk, going into some of the detail of ksqlDB

โžก๏ธ Introduction to ksqlDB


Theory and foundations are useful, but what about seeing the concepts do somethingโ€ฆ

โ–ถ๏ธ Apache Kafka and ksqlDB in Action: Letโ€™s Build a Streaming Data Pipeline!


Real-life examples

Hereโ€™s a nice example using real data to solve a real problem - is my train late now? What are the routes most likely to be delayed?

๐Ÿš‚ On Track with Apache Kafka: Building a Streaming Platform solution with Rail Data

Moving from ๐Ÿš†to ๐Ÿš—, letโ€™s take another real data feed and build some realtime location-based notifications ๐Ÿ“Ÿ

๐Ÿค– Building a Telegram bot with Go, Apache Kafka, and ksqlDB


Integration and data pipelines

Integration between Kafka and other systems? Kafka Connect has you covered โšก

โฑ๏ธ Kafka Connect in 60 seconds

๐Ÿฆธโ€ From Zero to Hero with Kafka Connect

๐Ÿงž No More Silos: How to Integrate Your Databases with Apache Kafka and CDC

The question that always comes up when we talk about integration - how to get data from Oracle into Apache Kafka?

โ„น๏ธ Integrating Oracle and Kafka


Architecture

A change of pace from the hands-on, and instead some architectural consideration and thoughts.

๐Ÿ› The Changing Face of ETL: Event-Driven Architectures for Data Engineers


For more great Apache Kafka and Confluent Platform content subscribe to these Youtube channels ๐Ÿ‘

๐ŸŽฅ Robin Moffatt

๐ŸŽฅ Viktor Gamov

๐ŸŽฅ Confluent

Top comments (1)

Collapse
 
manuelbrs profile image
Juan Manuel Bello

What a good material, thanks a lot for sharing