Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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