Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuhexiong/deploy-debezium-guide
https://github.com/yuhexiong/deploy-debezium-guide
cdc change-data-capture debezium mariadb
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuhexiong/deploy-debezium-guide
- Owner: yuhexiong
- Created: 2024-08-06T08:47:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T03:22:36.000Z (6 months ago)
- Last Synced: 2024-11-08T04:44:26.881Z (3 months ago)
- Topics: cdc, change-data-capture, debezium, mariadb
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy Debezium Guide
Deploy Debezium to get changing data capture from database and how to configure data from MariaDB to Kafka.## Overview
- Tool: Debezium v2.7
## Run
### Docker
```
docker compose up -d
```## API
- POST `http://localhost:8083/connectors/` start
- GET `http://localhost:8083/connectors/` get all cdc
- GET `http://localhost:8083/connectors/{name}/status` get cdc status
- DELETE `http://localhost:8083/connectors/{name}` delete cdc## Deploy
- MariaDB: refer to [mariadb.md](./mariadb/mariadb.md)
## Kafka
![image](./kafka.png)