Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hden/gcs-database-history
A debezium DatabaseHistory implementation that stores the schema history in a GCS bucket.
https://github.com/hden/gcs-database-history
Last synced: about 1 month ago
JSON representation
A debezium DatabaseHistory implementation that stores the schema history in a GCS bucket.
- Host: GitHub
- URL: https://github.com/hden/gcs-database-history
- Owner: hden
- License: epl-1.0
- Created: 2018-10-29T12:34:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:32:13.000Z (about 1 year ago)
- Last Synced: 2024-10-03T12:16:41.736Z (4 months ago)
- Language: Clojure
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# gcs-database-history [![CircleCI](https://circleci.com/gh/hden/gcs-database-history/tree/master.svg?style=svg)](https://circleci.com/gh/hden/gcs-database-history/tree/master) [![codecov](https://codecov.io/gh/hden/gcs-database-history/branch/master/graph/badge.svg)](https://codecov.io/gh/hden/gcs-database-history)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fhden%2Fgcs-database-history.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fhden%2Fgcs-database-history?ref=badge_shield)A [debezium](https://github.com/debezium/debezium) DatabaseHistory implementation that stores the schema history in a GCS bucket.
## Usage
```connector.properties
database.history=io.debezium.relational.history.gcs.GCSDatabaseHistory
database.history.gcs.bucket=bucket
database.history.gcs.prefix=path/prefix-
```## License
Copyright © 2018 Haokang Den
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fhden%2Fgcs-database-history.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fhden%2Fgcs-database-history?ref=badge_large)