Kafka Stream Processing with Python - A Walkthrough

Опубликовано: 24 Май 2024
на канале: Quix
10,692
504

Python is one of the easiest languages to do Apache Kafka stream processing with. In this video we'll take you through it step-by-step, from an empty directory to a workhorse example of Kafka-Streams style message transformations.

📥 Clone, fork or star the source code: https://github.com/quixio/simple-kafk...
📺 Watch all the videos in this series:    • Quix Streams Tutorials  

--

0:00 Intro
0:43 Standard Python Basics
2:31 Connecting to Kafka
4:33 The Stream Processing Outline
6:48 Defining the Transform
9:11 Fahrenheit Facts
10:10 A little Vim magic
11:55 A Final Summary
12:06 Retrospecting
14:30 Wrapping Up