Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1000 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 1000 Bytes

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