PaxosDB

Highly Available key value store with atomic updates - Replicated and Strongly Consistent


Keywords
paxos, consistent, replicated, cluster, config
License
Unlicense
Install
pip install PaxosDB==20240310

Documentation

ConfDB

Highly Available store for config and state

  • Compare and Swap updates
  • Replicated and Strongly Consistent
  • Paxos for leaderless, synchronous and consistent replication
  • SQLite for persistence.
  • HTTPS and API Key based auth.