Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pratikgajjar/mysql-data-stream-kafka
- Owner: pratikgajjar
- Created: 2020-03-21T19:51:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T02:02:27.000Z (over 1 year ago)
- Last Synced: 2025-01-03T07:14:40.773Z (about 1 month ago)
- Topics: cdc, change-data-capture, data-stream, event-streaming, kafka, kafka-producer, mysql, python, realtime
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```