https://github.com/datomo/catalog-benchmark
Dummy implementation of different key-value stores as database catalogs
https://github.com/datomo/catalog-benchmark
catalog database-catalog mapdb rocksdb rocksdb-java
Last synced: 2 months ago
JSON representation
Dummy implementation of different key-value stores as database catalogs
- Host: GitHub
- URL: https://github.com/datomo/catalog-benchmark
- Owner: datomo
- Created: 2020-02-15T22:35:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-27T10:48:59.000Z (almost 6 years ago)
- Last Synced: 2025-01-13T18:50:56.899Z (about 1 year ago)
- Topics: catalog, database-catalog, mapdb, rocksdb, rocksdb-java
- Language: Java
- Homepage:
- Size: 283 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catalog-Benchmark
Dummy implementation of different key-value stores as catalogs, to test and compare them by different aspects.
## Libraries
* [MapDB](http://www.mapdb.org/)
* [RocksDB](https://rocksdb.org/)
## Author
* **David Lengweiler** - [datomo](https://github.com/datomo)