dragonboat-example VS memberlist

Compare dragonboat-example vs memberlist and see what are their differences.

memberlist

Golang package for gossip based membership and failure detection (by hashicorp)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dragonboat-example memberlist
1 8
171 3,506
- 0.7%
2.1 4.8
8 months ago 17 days ago
Go Go
Apache License 2.0 Mozilla Public License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dragonboat-example

Posts with mentions or reviews of dragonboat-example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-03.
  • Is it possible to have more than 1 master available for writes in a raft system?
    4 projects | /r/golang | 3 Jan 2022
    Yes, "joint consensus" took me a while to comprehend. If you check dragonboat examples there is one ( https://github.com/lni/dragonboat-example/tree/master/ondisk ) which shows how to perform migrations between nodes simply by copying snapshots. There are few open questions (eg. how does it scale up? does it always need to copy everything to target node first or could it be reimplemented with option for streaming?) but it looks quite promising.

memberlist

Posts with mentions or reviews of memberlist. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-03.

What are some alternatives?

When comparing dragonboat-example and memberlist you can also consider the following projects:

hashring - Consistent hashing "hashring" implementation in golang (using the same algorithm as libketama)

rust - Official implementation of the IPGen Spec in Rust

dragonboat - A feature complete and high performance multi-group Raft library in Go.

raft - raft is a golang library that provides a simple, clean, and idiomatic implementation of the Raft consensus protocol

spindle - A distributed locking library built on top of Cloud Spanner and TrueTime.

mit-6.824-distributed-systems - Template repository to work on the labs from MIT 6.824 Distributed Systems course.

LiteDB - LiteDB - A .NET NoSQL Document Store in a single data file

pjproject - PJSIP project

futures-rs - Zero-cost asynchronous programming in Rust

groupcache - groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.

wtf - WTF Dial is an example web application written in Go.