← Courses Catalogue

#Supplementary streaming examples

Additional stream processing examples from previous course years. These are not part of the main workshop but may be useful as reference material.

#python/

Python Kafka examples by Irem Erturk, using various libraries.

PyFlink workshop by Irem Erturk. Uses Apache Flink 1.x with a Makefile-based workflow, PostgreSQL sink, and Docker Compose setup. The 2025 stream with Zach Wilson was rewritten into the current 2026 workshop by Alexey, using Flink 2.2, uv, and a step-by-step README.

#ksqldb/

commands.md - example ksqlDB queries for creating streams, filtering, grouping, and windowed aggregations over Kafka topics. Companion to the ksqlDB and Connect video in the theory section.