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
- Host: GitHub
- URL: https://github.com/viniciusmuller/fly-dist-sys
- Owner: viniciusmuller
- Created: 2023-12-16T12:29:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T16:02:20.000Z (over 1 year ago)
- Last Synced: 2025-01-11T18:48:26.501Z (5 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)