https://github.com/pandasekh/otterdb
🦦 Locally distributed key-value store.
https://github.com/pandasekh/otterdb
database distributed-database key-value-store
Last synced: about 2 months ago
JSON representation
🦦 Locally distributed key-value store.
- Host: GitHub
- URL: https://github.com/pandasekh/otterdb
- Owner: PandaSekh
- License: agpl-3.0
- Created: 2022-09-11T11:26:40.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-03T20:42:07.000Z (over 3 years ago)
- Last Synced: 2025-01-15T00:31:41.411Z (over 1 year ago)
- Topics: database, distributed-database, key-value-store
- Language: Go
- Homepage: https://pandasekh.github.io/otterdb/dev/bench/
- Size: 596 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
OtterDB
OtterDB is a locally distributed key-value store.
⚠️ Work in Progress ⚠
## Architecture
Basic overview of the architecture can be found [here](./ARCHITECTURE.md).
## Benchmarks
Benchmark result history can be found [here](https://pandasekh.github.io/otterdb/dev/bench/).
## Test Coverage
To run the tests and verify coverage, run the following commands:
`go test ./... -coverprofile=coverage.out`
`go tool cover -html=coverage.out`