An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/localghost/membership.svg?branch=master)](https://travis-ci.org/localghost/membership)
[![Coverage Status](https://coveralls.io/repos/github/localghost/membership/badge.svg?branch=master)](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.