Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)