Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.6% on proxy.golang.org

proxy.golang.org : github.com/andydunstall/seal

Package seal is a manages cluster membership, member state and failure detection. Each member maintains a local state containing key-value pairs. This state is propagated to the other members in the cluster, meaning every member has a local view of the other members in the cluster and their state. Propagating state between members is eventually consistent though converges quickly. Seal is based on the Scuttlebutt protocol, which is a gossip-based anti-entropy mechanism. In Scuttlebutt only the difference between the known state of a member and its actual state is sent which makes it very efficient.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/andydunstall/seal
Keywords: distributed-systems, golang, gossip
License: MIT
Latest release: about 1 month ago
First release: about 1 month ago
Namespace: github.com/andydunstall
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 14 days ago

    Loading...
    Readme
    Loading...