Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 7 hours 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-16T19:44:30.000Z (9 months ago)
- Last Synced: 2024-02-16T20:39:38.622Z (9 months ago)
- Topics: debeziumkafkaconnector, etl-pipeline, orm-library, postgresql, python3, sqlalchemy
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- 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 processingTech-stack: python, flask, debezium, Kafka & postgres