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

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.

Awesome Lists containing this project

README

          


OtterDB Logo



OtterDB



Go Reference
Build


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`