Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.