Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irfansharif/raft.tla
TLA+ specification for the Raft consensus algorithm (with Pre-Vote)
https://github.com/irfansharif/raft.tla
Last synced: 3 months ago
JSON representation
TLA+ specification for the Raft consensus algorithm (with Pre-Vote)
- Host: GitHub
- URL: https://github.com/irfansharif/raft.tla
- Owner: irfansharif
- Created: 2017-09-07T08:30:35.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T08:33:14.000Z (about 7 years ago)
- Last Synced: 2024-04-04T19:32:54.348Z (7 months ago)
- Language: TLA
- Size: 35.2 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Formal TLA+ specification for the [Raft consensus algorithm](https://raftconsensus.github.io). This is slightly updated compared to the dissertation version.
For more information, see Chapter 8 (Correctness) and Appendix B (Safety proof and formal specification) in https://github.com/ongardie/dissertation .
Copyright 2014 Diego Ongaro.
Copyright 2017 Irfan Sharif.
This work is licensed under the Creative Commons Attribution-4.0 International License https://creativecommons.org/licenses/by/4.0/ .