Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hden/debezium-embedded
Clojure wrapper for the debezium-embedded engine.
https://github.com/hden/debezium-embedded
Last synced: 3 months ago
JSON representation
Clojure wrapper for the debezium-embedded engine.
- Host: GitHub
- URL: https://github.com/hden/debezium-embedded
- Owner: hden
- License: apache-2.0
- Created: 2019-03-18T03:45:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T10:43:42.000Z (3 months ago)
- Last Synced: 2024-10-03T12:16:39.363Z (3 months ago)
- Language: Clojure
- Homepage:
- Size: 88.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# debezium-embedded [![CircleCI](https://circleci.com/gh/hden/debezium-embedded/tree/master.svg?style=svg)](https://circleci.com/gh/hden/debezium-embedded/tree/master) [![Clojars Project](https://img.shields.io/clojars/v/hden/debezium-embedded.svg)](https://clojars.org/hden/debezium-embedded)
A Clojure wrapper for the debezium-embedded engine.> Not every application needs this level of fault tolerance and reliability, and they may not want to rely upon an external cluster of Kafka brokers and Kafka Connect services. Instead, some applications would prefer to embed Debezium connectors directly within the application space. They still want the same data change events, but prefer to have the connectors send them directly to the application rather than persists them inside Kafka.
> This debezium-embedded module defines a small library that allows an application to easily configure and run Debezium connectors. -- [source](https://github.com/debezium/debezium/tree/master/debezium-embedded)See also:
- https://github.com/hden/debezium-embedded-jdbc## License
Copyright © 2019 Haokang Den