https://github.com/gunnarmorling/streaming-examples
Example projects and demos around data streaming , stream processing, change data capture, and more.
https://github.com/gunnarmorling/streaming-examples
change-data-capture data-engineering data-streaming stream-processing
Last synced: about 1 year ago
JSON representation
Example projects and demos around data streaming , stream processing, change data capture, and more.
- Host: GitHub
- URL: https://github.com/gunnarmorling/streaming-examples
- Owner: gunnarmorling
- License: apache-2.0
- Created: 2025-03-17T08:52:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-16T13:31:58.000Z (about 1 year ago)
- Last Synced: 2025-04-16T20:06:12.038Z (about 1 year ago)
- Topics: change-data-capture, data-engineering, data-streaming, stream-processing
- Language: Java
- Homepage: https://morling.dev
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Streaming Examples
This repository contains example projects and demos around data streaming (e.g. with Apache Kafka), stream processing (Apache Flink), change data capture (Debezium) and more.
The examples typically accompany blog posts on [morling.dev](https://morling.dev)
## Contents
| Example | Description | Blog Post |
| ---------| ----------- | --------- |
| [debezium-kafka-flink-sql-ingest/README.md](debezium-kafka-flink-sql-ingest) | Demo of different connectors and formats for ingesting Debezium data change events into Flink SQL | [A Deep Dive Into Ingesting Debezium Events From Kafka With Flink SQL](https://www.morling.dev/blog/ingesting-debezium-events-from-kafka-with-flink-sql/) |
## License
This code base is available under the Apache License, version 2.