Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evscott/paxos-simulator
A simple implementation of Basic- and Multi-Paxos.
https://github.com/evscott/paxos-simulator
Last synced: 14 days ago
JSON representation
A simple implementation of Basic- and Multi-Paxos.
- Host: GitHub
- URL: https://github.com/evscott/paxos-simulator
- Owner: evscott
- Created: 2020-12-08T22:35:29.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T23:08:43.000Z (about 4 years ago)
- Last Synced: 2024-10-24T21:28:54.633Z (2 months ago)
- Language: Go
- Homepage:
- Size: 1.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paxos Simulator
A simple implementation of Basic- and Multi-Paxos.
## How to Use
The project is written in Go, but it should be executed using Docker to render the output as Mermaid-cli sequence diagrams.
To run the project, simply call: `docker-compose up --build`. The program writes output to text files in the `artifacts` directory which are converted into [Mermaid.js](https://mermaid-js.github.io/mermaid/#/) sequence diagrams.
## Examples
### Basic-Paxos
![basic-paxos](./artifacts/basic-paxos-example.png)### Multi-Paxos
![basic-paxos](./artifacts/multi-paxos-example.png)