DukeDB is a distributed lightweight key-value database with, decentralized node communication, gossip-based cluster coordination, replication
-
Updated
Aug 26, 2026 - Go
DukeDB is a distributed lightweight key-value database with, decentralized node communication, gossip-based cluster coordination, replication
A distributed key-value store built from scratch in Go, using the Raft consensus algorithm for replication and fault tolerance. No external Raft libraries — the full leader election, log replication, and cluster membership protocol is implemented by hand.
GhostCacher is a distributed Key-Value (KV) prompt caching orchestrator that dramatically reduces LLM inference latency and cost by storing and reusing the computed attention states of frequently used prompt prefixes across a distributed GPU cluster.
To associate your repository with the distributed-key-value-caching topic, visit your repo's landing page and select "manage topics."