viewstamped-replication-made-famous VS consensus

Compare viewstamped-replication-made-famous vs consensus and see what are their differences.

viewstamped-replication-made-famous

A $20k consensus challenge based on TigerBeetle's implementation of the pioneering Viewstamped Replication protocol. [Moved to: https://github.com/tigerbeetledb/viewstamped-replication-made-famous] (by coilhq)

consensus

Entry point for consensus algorithm (by dolla-consortium)
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
viewstamped-replication-made-famous consensus
3 1
93 1
- -
4.8 3.1
almost 2 years ago over 3 years ago
Zig
- Apache 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.

viewstamped-replication-made-famous

Posts with mentions or reviews of viewstamped-replication-made-famous. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-29.
  • A $20k distributed consensus protocol challenge
    1 project | news.ycombinator.com | 17 Sep 2021
  • A $20k distributed consensus protocol bug bounty challenge
    1 project | news.ycombinator.com | 13 Sep 2021
  • Caches, Modes, and Unstable Systems
    3 projects | news.ycombinator.com | 29 Aug 2021
    As an example of this in distributed systems:

    There's a classic metastability issue in probably most implementations of state machine replication protocols such as Raft, where a lagging follower, if it sees an op that's newer than what it's expecting, must first repair and catch up its state (FIFO) before it can ACK back to the leader.

    Apart from introducing latency in the critical path, this can lead to really bad queueing behavior where the lagging follower queues the latest request from the leader while it first catches up, but because this catch up can take seconds or minutes, in that time the pending request queue has also overflowed, and now we're back to state transfer catch up all over again, a vicious cycle.

    Raft requires this bimodal latency distribution for correctness.

    However, there is a new approach that we developed for TigerBeetle [1] to eliminate this bimodality and achieve constant ACK latencies from all followers, no matter their state, that we'll be sharing as part of Viewstamped Replication Made Famous [2], a $20,000 consensus challenge launching in September.

    [1] https://www.tigerbeetle.com

    [2] https://github.com/coilhq/viewstamped-replication-made-famou...

consensus

Posts with mentions or reviews of consensus. We have used some of these posts to build our list of alternatives and similar projects.
  • [Job] Haskell backend position
    1 project | /r/haskell | 28 Mar 2021
    Firstly, I have spent a tremendous time working on this project (https://github.com/dolla-consortium/consensus), so just imagining you'll look at it, makes me happy.... I'll probably die of joy if you give me feedback ;-)

What are some alternatives?

When comparing viewstamped-replication-made-famous and consensus you can also consider the following projects:

tigerbeetle - A distributed financial accounting database designed for mission critical safety and performance. [Moved to: https://github.com/tigerbeetledb/tigerbeetle]

awesome-distributed-systems - A curated list to learn about distributed systems

viewstamped-replication-made-famous - A $20k consensus challenge based on TigerBeetle's implementation of the pioneering Viewstamped Replication protocol.

POUW - Safe Proof of Work

Awesome-Hacking - A collection of various awesome lists for hackers, pentesters and security researchers

viewstamped-replication-made-famou

Atomix - A Kubernetes toolkit for building distributed applications using cloud native principles

SPOW - Safe Proof of Work

abgp-js - Authenticated Byzantine gossip protocol

DistributedSystemNotes - Notes on Lindsey Kuper's lectures on Distributed Systems