Kafka Stream Processing with Python - A Walkthrough

preview_player
Показать описание
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.

--

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
Рекомендации по теме
Комментарии
Автор

The way you explain, go thru each step of the code. Just beautiful, what a public service right here. Thank you and hoping to see much more from you. Cheers!

daily-review
Автор

Everything in. details, thats what every tech listener expect, good going Quix

sidheshwarpandhare
Автор

I really liked how you clearly defined the problem and how you solved.

erickcalderonm.
Автор

Those Kafka series are awesome 🙌 🎊 🎉 Congrats, posting!

Автор

Another wonderful video👏. You making things simpler with your explanation.

souravbarua
Автор

Thank you very much! Watching this clarified a lot of topics for me 😊

Gebimble
Автор

vim, regex in searching and replacement are wonderful
hope to study more use cases from you
love ❤your video!

angvunguyenhai
Автор

awesome video, what I am wondering though, is how is streaming into a topic different than the previous consumer video? they both reading from a producer right?

Would it be reasonable to say I would stream and transform the producer data onto the reader's topic?

thequang
Автор

What’s the vim plugin that shows the Python syntax prompts

project
Автор

Can you do one tutorial with the transformation bit especially groupby transformation. I am having trouble implementing the grouby implemented in the documentation.

isaackodera
Автор

imo venv is better because env is used to store environment variables

CrypticConsole
Автор

Hello, please what font is used on the thumbnail text?

monarchgamr
Автор

How come it is running continuously without a loop?

tharunbhaskar
Автор

"Farenheit is not an easy thing for a European to spell" -- looks like "celsius" is not easy either. :) Love the video!

bradhowes
Автор

What's the meaning of `...transform...`?

ukanivikas