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

https://github.com/tuanai-vireox/cdc-debezium-common

This is a Java library that provides a change data capture (CDC) solution using the Debezium platform
https://github.com/tuanai-vireox/cdc-debezium-common

debezium debezium-connector java kafka-connect signal transformer

Last synced: 2 months ago
JSON representation

This is a Java library that provides a change data capture (CDC) solution using the Debezium platform

Awesome Lists containing this project

README

          

# BigData CDC (Change Data Capture)

# Description
Custom some Debezium classes/libs by your business logic

## How to use
### 1. Build
```shell
mvn clean package -DskipTests
```
### 2. Test with Module cdc-debezium-server
```shell
cd cdc-debezium-server
run MainApp.java
```

### 2. Setup Debezium Server
Follow via https://debezium.io/documentation/reference/stable/operations/debezium-server.html

### Architecture
![alt text](./images/cdc_debezium_server.gif)
## Contributing
The project has a separate contribution file. Please adhere to the steps listed in the separate contributions [file](./CONTRIBUTING.md)
## License
[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)](./LICENSE)