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.
- Host: GitHub
- URL: https://github.com/bbengfort/otterdb
- Owner: bbengfort
- License: bsd-3-clause
- Created: 2024-08-18T20:29:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T12:56:15.000Z (almost 2 years ago)
- Last Synced: 2025-11-21T18:02:52.682Z (8 months ago)
- Topics: distributed-database, epaxos, raft, sqlite3
- Language: Go
- Homepage:
- Size: 94.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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.