OtterDB OtterDB is a locally distributed key-value store. ⚠️ Work in Progress ⚠ Architecture Basic overview of the architecture can be found here. Benchmarks Benchmark result history can be found here. Test Coverage To run the tests and verify coverage, run the following commands: go test ./... -coverprofile=coverage.out go tool cover -html=coverage.out