Skip to content

Latest commit

 

History

History
 
 

06-streaming

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Week 6: Stream Processing

Code structure

Confluent cloud setup

Confluent cloud provides a free 30 days trial for, you can signup here

Introduction to Stream Processing

Introduction to Kafka

Kafka Configuration

Kafka Streams

Faust - Python Stream Processing

Pyspark - Structured Streaming

Please follow the steps described under pyspark-streaming

Kafka Streams with JVM library

KSQL and ksqlDB

Kafka Connect

Docker

Starting cluster

Command line for Kafka

Create topic

./bin/kafka-topics.sh --create --topic demo_1 --bootstrap-server localhost:9092 --partitions 2

Homework

Community notes

Did you take notes? You can share them here.