You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A distributed file storage system powered by the RAFT consensus algorithm. Ensures consistent file replication, leader election, and fault-tolerant operation across nodes. Demonstrates core distributed-systems concepts in a simple, scalable design.
About
A distributed file storage system powered by the RAFT consensus algorithm. Ensures consistent file replication, leader election, and fault-tolerant operation across nodes. Demonstrates core distributed-systems concepts in a simple, scalable design.