10 skills found
litesql / Pocketbase HaHighly available leader/leaderless PocketBase cluster powered by go-ha database/sql driver
litesql / HaHighly available leader/leaderless SQLite cluster powered by embedded NATS JetStream server
maxpoletaev / KiviDynamo-inspired distributed leader-less key-value database that has no unique features and no apparent reason to exist
tradle / Multi HyperbeeA LevelUP compatible leaderless multi-master database with eventual consistency, using hyperbee + CRDT + HLC. Similarly CockroachDB achieves replication on top of RocksDB, but here it is a pure P2P **streaming** database, with zero central management. LevelDB compatibility allows to use Dynalite on top to achieve DynamoDB compatibility with sophisticated auto-updated secondary indexes, and fairly complex queries. Work on Dynalite is almost completed to remove HTTP server, to make this combination perfect for serverless.
mpoke / AllconcurAllConcur: Algorithm for LeaderLess CONCURrent atomic broadcast
YosiSF / EinsteinDBIn a nutshell, EinsteinDB is a persistent indexing scheme based off of LSH-KVX that exploits the distinct merits of hash index and B+-Tree index to support range scan and avoids long NVM writes for maintaining consistency; thus improving on LSH’s performance guarantees for skewed data and adopts ordered-write consistency to ensure crash consistency, while retaining the same storage and query overhead.
chainspace / Chainspace GoChainspace provides leaderless blockchain consensus and horizontal scalability. This is the Go implementation.
flashbots / MosaikA Rust runtime for building self-organizing, leaderless distributed systems.
chainspace / BlockmaniaBlockmania provides leaderless consensus and transaction ordering
mistersouls / VergentVergent is a leaderless, peer‑to‑peer distributed database that blends strong per‑key consistency with global, deterministic convergence. Built for resilience, simplicity, and high performance across unreliable networks.