stateright

A model checker for implementing distributed systems. (by stateright)

Stateright Alternatives

Similar projects and alternatives to stateright

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better stateright alternative or higher similarity.

stateright reviews and mentions

Posts with mentions or reviews of stateright. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-09.
  • Distributed Async Executors?
    1 project | /r/rust | 5 Dec 2022
  • Announcing `statig`: Hierarchical state machines for event-driven systems (using GAT’s)
    4 projects | /r/rust | 9 Nov 2022
    stateright - which is meant for distributed state machines and includes a full on model checker
  • RiB Newsletter #27
    5 projects | /r/rust | 1 Sep 2021
    Stateright.
  • Paxos vs Raft: Have We Reached Consensus on Distributed Consensus?
    5 projects | news.ycombinator.com | 16 Jul 2021
    Author seems to be using https://github.com/ailidani/paxi for actual implementation and proof.

    I'm more of a python/rust guy. There have been some attempts to make model checkers in rust: https://github.com/stateright/stateright

    The issue is that rust is a very large language and it's hard to get it right.

    I have a python implementation of raft over here:

    https://github.com/adsharma/raft/tree/master/raft/states

    That's small enough to be self contained and perhaps run through a model checker some day and transpiled to many statically typed languages.

    The issue with TLA+ proofs such as:

    https://github.com/fpaxos/raft.tla

    is that it's hard to tell if a particular C++ or Rust implementation conforms to the spec.

    So how do we check and transpile?

    * https://www.philipzucker.com/Modelling_TLA_in_z3py/

  • Does "safety by default" scale?
    1 project | /r/ProgrammingLanguages | 7 Jun 2021
    Why make memory safety the exception? For example, https://github.com/stateright/stateright implements model checking for distributed systems at the library-level. If you could achieve the same effect with memory safety through the ecosystem, why wouldn't you?
  • Stateright: A model checker for implementing distributed systems
    3 projects | news.ycombinator.com | 6 Jun 2021
    Regarding the last point — correct, Stateright aims to verify both.

    It’s important to clarify that this doesn’t provide a proof of correctness, but it can dramatically improve confidence in both the design and implementation compared with fuzz testing, for example. This is done by exhaustively enumerating possible nondeterministic outcomes (e.g. due to message reordering) within specified constraints (e.g. up to S servers and C clients performing X operations…).

    Examples:

    SD Paxos: https://github.com/stateright/stateright/blob/master/example...

    ABD (linearizable register algorithm): https://github.com/stateright/stateright/blob/master/example...

  • Rust and Julia
    2 projects | /r/rust | 5 Jun 2021
    I believe they meant this: https://github.com/stateright/stateright
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 23 Apr 2024
    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. Learn more →

Stats

Basic stateright repo stats
8
1,516
7.0
9 days ago

stateright/stateright is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of stateright is Rust.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com