Skip to content

PandaSekh/otterdb

Repository files navigation

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.

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