DistributedSystemNotes VS viewstamped-replication-made-famous

Compare DistributedSystemNotes vs viewstamped-replication-made-famous 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)
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
DistributedSystemNotes viewstamped-replication-made-famous
1 3
451 93
- -
3.0 4.8
7 months ago almost 2 years ago
Zig
- -
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.

DistributedSystemNotes

Posts with mentions or reviews of DistributedSystemNotes. We have used some of these posts to build our list of alternatives and similar projects.
  • Raft for distributed workloads
    1 project | /r/DistributedComputing | 19 Feb 2021
    Hey, I too am just starting out in distributed systems. As a starter, I found the UCSC CSE138 lectures pretty great and accessible for beginners (all the lectures are available for free on youtube) -- course home, course notes. If you want something more focused on Golang, CMU has a course on Dist Sys using Golang as the primary language (haven't tried it myself though, and I'm not sure if the lectures are freely available).

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...

What are some alternatives?

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

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

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

consensus - Entry point for consensus algorithm

abgp-js - Authenticated Byzantine gossip protocol

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

viewstamped-replication-made-famou

SPOW - Safe Proof of Work

POUW - Safe Proof of Work

tigerbeetle - The distributed financial transactions database designed for mission critical safety and performance.