Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/will8ug/basic_paxos
https://github.com/will8ug/basic_paxos
paxos rust
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/will8ug/basic_paxos
- Owner: will8ug
- License: mit
- Created: 2024-08-18T06:45:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T15:56:20.000Z (3 months ago)
- Last Synced: 2024-08-29T18:18:00.007Z (3 months ago)
- Topics: paxos, rust
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# basic_paxos
[![CI](https://github.com/will8ug/basic_paxos/actions/workflows/ci.yml/badge.svg)](https://github.com/will8ug/basic_paxos/actions/workflows/ci.yml)
References:
- [Paxos Made Simple](https://lamport.azurewebsites.net/pubs/paxos-simple.pdf)
- [Implementing Replicated Logs with Paxos](https://ongardie.net/static/raft/userstudy/paxos.pdf)