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
Microservices library - scalecube-services is a high throughput, low latency reactive microservices library built to scale. It features: API-Gateways, service-discovery, service-load-balancing, the architecture supports plug-and-play service communication modules and features. built to provide performance and low-latency real-time stream-processing
ScaleCube Cluster is a lightweight Java VM implementation of SWIM: Scalable Weakly-consistent Infection-style Process Group Membership Protocol. features cluster membership, failure detection, and gossip protocol library
A full-fledged distributed system built from scratch in Go, featuring a distributed log querier, gossip-based failure detection and membership protocol, and a hybrid Cassandra–HDFS file store for scalable, fault-tolerant storage.
Distributed Group Membership (DGM) is a distributed systems implementation of a group membership protocol with failure detection, designed for scalable cluster coordination in unreliable network environments.
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.