Confluent cloud provides a free 30 days trial for, you can signup here
-
🎥 6.0.1 Introduction
- 🎥 6.0.2 What is stream processing
- 🎥 6.3 What is kafka?
- 🎥 6.4 Confluent cloud
- 🎥 6.5 Kafka producer consumer
- 🎥 6.6 Kafka configuration
-
🎥 6.7 Kafka streams basics
- 🎥 6.8 Kafka stream join
- 🎥 6.9 Kafka stream testing
- 🎥 6.10 Kafka stream windowing
- 🎥 6.11 Kafka ksqldb & Connect
- 🎥 6.12 Kafka Schema registry
Please follow the steps described under pyspark-streaming
- 🎥 6.13 Kafka Streaming with Python
- 🎥 6.14 Pyspark Structured Streaming
./bin/kafka-topics.sh --create --topic demo_1 --bootstrap-server localhost:9092 --partitions 2
Did you take notes? You can share them here.
- Notes by Alvaro Navas
- Marcos Torregrosa's blog (spanish)
- Notes by Oscar Garcia
- Add your notes here (above this line)