https://github.com/localghost/membership
Rust implementation of the SWIM protocol.
https://github.com/localghost/membership
distributed-systems membership swim
Last synced: about 1 month ago
JSON representation
Rust implementation of the SWIM protocol.
- Host: GitHub
- URL: https://github.com/localghost/membership
- Owner: localghost
- License: apache-2.0
- Created: 2019-05-07T04:32:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-06T22:03:02.000Z (over 2 years ago)
- Last Synced: 2025-03-29T11:12:23.666Z (about 2 months ago)
- Topics: distributed-systems, membership, swim
- Language: Rust
- Homepage:
- Size: 246 KB
- Stars: 13
- Watchers: 3
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/localghost/membership)
[](https://coveralls.io/github/localghost/membership?branch=master)# membership
Implementation of Scalable Weakly-consistent Infection-style Process Group Membership Protocol
([SWIM](https://www.cs.cornell.edu/projects/Quicksilver/public_pdfs/SWIM.pdf)) with extensions.It's a pet project for learning Rust and is **not to be used in production**, at least for now.