An open API service indexing awesome lists of open source software.

https://github.com/viniciusmuller/fly-dist-sys

Fly.io distributed system challenges
https://github.com/viniciusmuller/fly-dist-sys

Last synced: 4 months ago
JSON representation

Fly.io distributed system challenges

Awesome Lists containing this project

README

        

# FlyDistSys

Challenges from [Fly.io Distributed Systems Challenges](https://fly.io/dist-sys/)

## Challenges
- [x] [Echo](https://fly.io/dist-sys/1/)
- [x] [Unique ID Generation](https://fly.io/dist-sys/2/)
- [x] [Broadcast - Stage 3B](https://fly.io/dist-sys/3b/)
- [ ] [Grow-only counter](https://fly.io/dist-sys/4/)

# Resources
- [Maelstrom protocol](https://github.com/jepsen-io/maelstrom/blob/main/doc/protocol.md)
- [Maelstrom workloads](https://github.com/jepsen-io/maelstrom/blob/main/doc/workloads.md)
- [UUIDs](https://en.wikipedia.org/wiki/Universally_unique_identifier)