A Simple Kafka and Python Walkthrough

preview_player
Показать описание
Getting data into Apache Kafka is easy if you know how, so let's go through an example step-by-step. In this walkthrough we take you through the process of creating a simple Kafka Producer using the Quix Streams library.

--

0:00 Introduction
0:29 Setting up a Python Environment
1:10 Fetching some JSON
3:30 Writing it into Kafka
7:40 Job Done! Let's extend it...
10:07 kcat as a debugging tool
10:58 Next steps...
Рекомендации по теме
Комментарии
Автор

how come this video has only 1K likes. gotta appreciate the man's effort

Apex
Автор

Excellent video. Could you please provide some insights on how you configured your vim settings? If possible please make a video about Vim configuration for Python developers.

qnygxpi
Автор

I like how he formatted his code with a single space then a save at around 8:10.

Had to fix the syntax error so the formatted could properly parse the Python. Dude is used to coding like this. Epic

arisweedler
Автор

I was looking for streaming data for forecasting model. ❤

rajkumar
Автор

Thank you🙏 for this video. Much needed. Please keeps coming this type of tutorial videos of kafka python with quixstreams. Please do make video on making dataframe with quixstreams (next level or say continuation of this video)

souravbarua
Автор

Wonderful! I dont do any python nor kafka, but surely its entertaining watching setting up a project from the ground up : )

jesusjar
Автор

You just got a new subscriber!!! Simple andl understandable

chinyerenwigwe
Автор

I was wondering what Kafka is, I think we could apply this concept at work... A big thank you, you earned a new subscriber

tonper
Автор

Thank you for this. It was incredibly easy to follow.

zedzpan
Автор

The way you explain is awesome. You are really good at teaching and explaining :)

EndikaMT
Автор

So clean and easy explanation. Really like your style.

MaddyIndia
Автор

Really good design patterns, thanks for the tutorial

TheMrSnuSnu
Автор

Nice! I didnt know this library. Any advantages/disadvantages over confluent-kafka and kafka-python?

ipelezikis
Автор

Hi, nice tutorial! I know it is only an example app, but it’s ok to keep producer open? Would it be better if we open it only just at write time? Thanks. 🙂👍

fanda
Автор

Subscribed, liked and notification turned on. Great video ❤

TheAremoh
Автор

why use this over kafka-python or confluent-kafka-python?

CrypticConsole