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

https://github.com/bbengfort/otterdb

A sqlite database replicated using strong consensus for fault tolerance and fast, local reads.
https://github.com/bbengfort/otterdb

distributed-database epaxos raft sqlite3

Last synced: 4 months ago
JSON representation

A sqlite database replicated using strong consensus for fault tolerance and fast, local reads.

Awesome Lists containing this project

README

          

# OtterDB

**A sqlite database replicated using strong consensus for fault tolerance and fast, local reads.**

## Test Cluster

The test cluster is a three replica cluster defined by the docker compose configuration. The replica names are jade, kira, and opal and each replica has its own configuration and data storage in the `tmp` directory.