Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hden/datastore-database-history
A Debezium DatabaseHistory implementation that stores the schema history in a Google Datastore.
https://github.com/hden/datastore-database-history
Last synced: 28 days ago
JSON representation
A Debezium DatabaseHistory implementation that stores the schema history in a Google Datastore.
- Host: GitHub
- URL: https://github.com/hden/datastore-database-history
- Owner: hden
- License: epl-1.0
- Created: 2018-04-30T14:54:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:45:53.000Z (about 1 year ago)
- Last Synced: 2024-10-03T12:16:44.813Z (3 months ago)
- Language: Clojure
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# datastore-database-history
Using Google Cloud Datastore as a persistence layer for [Debezium](https://github.com/debezium/debezium) database histories.
## Usage
Add the following values to the worker configuration.
* `offset.storage`: `datastore-database-history.core.DatastoreDatabaseHistory`
* `database.history.datastore.kind`: String. The kind of the Cloud Datastore entity.## License
Copyright © 2018 Haokang Den
Distributed under the Eclipse Public License, the same as Clojure.