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
- Host: GitHub
- URL: https://github.com/tuanai-vireox/cdc-debezium-common
- Owner: tuanai-vireox
- License: mit
- Created: 2023-09-03T14:55:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T14:00:00.000Z (about 1 year ago)
- Last Synced: 2025-08-01T08:18:59.622Z (3 months ago)
- Topics: debezium, debezium-connector, java, kafka-connect, signal, transformer
- Language: Java
- Homepage:
- Size: 2.03 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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

## Contributing
The project has a separate contribution file. Please adhere to the steps listed in the separate contributions [file](./CONTRIBUTING.md)
## License
[](./LICENSE)