Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pratikgajjar/mysql-data-stream-kafka

This project create data stream from mysql using replication protocols and ingest into kafka. You can create event driven system using this.
https://github.com/pratikgajjar/mysql-data-stream-kafka

cdc change-data-capture data-stream event-streaming kafka kafka-producer mysql python realtime

Last synced: 27 days ago
JSON representation

This project create data stream from mysql using replication protocols and ingest into kafka. You can create event driven system using this.

Awesome Lists containing this project

README

        

# mysql to kafka data stream

Mysql BIN log streamer.

Create virtual environment with
```
python3.7 -m venv v-env
```
It will create `v-env` virtual environmen

```
source v-env/bin/activate
pip install -r requirements.txt
```