https://github.com/pixelcaliber/kafka-source-datastore
Source Collector Application for Kafka Streams to process the data and put them in sink here: google sheets
https://github.com/pixelcaliber/kafka-source-datastore
debeziumkafkaconnector etl-pipeline orm-library postgresql python3 sqlalchemy
Last synced: 3 months ago
JSON representation
Source Collector Application for Kafka Streams to process the data and put them in sink here: google sheets
- Host: GitHub
- URL: https://github.com/pixelcaliber/kafka-source-datastore
- Owner: pixelcaliber
- Created: 2024-01-16T08:31:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T19:44:30.000Z (over 2 years ago)
- Last Synced: 2025-03-05T11:15:10.372Z (over 1 year ago)
- Topics: debeziumkafkaconnector, etl-pipeline, orm-library, postgresql, python3, sqlalchemy
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Source Collector Application for Kafka Streams to process it
### Part of ETL (Extract-Transform-Load) pipeline
Debezium postgres connector will watch the bin/logs of our database and use Capture Data Change CDC mechanism to watch out for the CRUD operations and deliver them to Kafka Event processor pipeline for processing
Tech-stack: python, flask, debezium, Kafka & postgres