Omnet++ leaderless implementation of a distributed key-value datastore.
-
Updated
Sep 28, 2023 - C++
Omnet++ leaderless implementation of a distributed key-value datastore.
Leaderless replicated quorum-based data store, achieving sequential consistency.
Distributed fault-tolerant key-value store using SWIM gossip protocol and quorum replication. Implements consistent hashing, automatic failure detection, and self-healing stabilization. Inspired by Apache Cassandra and Amazon DynamoDB.
Add a description, image, and links to the quorum-replication topic page so that developers can more easily learn about it.
To associate your repository with the quorum-replication topic, visit your repo's landing page and select "manage topics."