https://github.com/andreacrotti/cdc
CDC simple pipeline
https://github.com/andreacrotti/cdc
Last synced: 5 months ago
JSON representation
CDC simple pipeline
- Host: GitHub
- URL: https://github.com/andreacrotti/cdc
- Owner: AndreaCrotti
- License: epl-2.0
- Created: 2023-07-06T15:11:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T08:11:02.000Z (over 1 year ago)
- Last Synced: 2024-10-16T13:33:42.746Z (about 1 year ago)
- Language: Clojure
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CDC
Example of a CDC pipeline using the [debezium engine](https://debezium.io/documentation/reference/stable/development/engine.html), Clojure and XTDB.
You can run the pipeline from the REPL or with `clj -X main/-main`, or you can run the tests with `./bin/kaocha`.