/distributed-kv-store

This project implements a distributed, fault-tolerant key-value store using the Raft consensus algorithm in Go. The key-value store provides a reliable and consistent way to store and retrieve data across multiple nodes in a cluster, while the Raft consensus algorithm ensures data integrity and fault tolerance.

Primary LanguageGo

Stargazers