R
Analyzed about 1 month ago
Fault-tolerant distributed coordination framework and Raft consensus protocol implementation.
Copycat is both a low-level implementation of the Raft consensus algorithm and a high-level distributed coordination framework that combines the consistency of ZooKeeper with the usability of Hazelcast
... [More]
to provide tools for managing and coordinating stateful resources in a distributed system. Its strongly consistent, fault-tolerant data store is designed for such use cases as configuration management, service discovery, and distributed synchronization. [Less]