https://github.com/evscott/paxos-simulator
A simple implementation of Basic- and Multi-Paxos.
https://github.com/evscott/paxos-simulator
Last synced: about 1 year 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-08T23:08:43.000Z (over 5 years ago)
- Last Synced: 2025-02-05T18:25:30.587Z (over 1 year 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

### Multi-Paxos
