Key Value Database
2021-12-17
#Python
An implementation of the Raft consensus algorithm for managing logs in a distributed key-value database, handling packet drops, follower failures, and leader failures.
#Python
An implementation of the Raft consensus algorithm for managing logs in a distributed key-value database, handling packet drops, follower failures, and leader failures.