https://github.com/shubhamv108/distributed-systems
Resources for learning distributed systems.
https://github.com/shubhamv108/distributed-systems
byzantine-fault-tolerance distributed-computing distributed-systems map-reduce
Last synced: 7 months ago
JSON representation
Resources for learning distributed systems.
- Host: GitHub
- URL: https://github.com/shubhamv108/distributed-systems
- Owner: shubhamv108
- Created: 2021-04-25T21:55:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T12:44:11.000Z (over 4 years ago)
- Last Synced: 2025-01-29T22:44:46.406Z (8 months ago)
- Topics: byzantine-fault-tolerance, distributed-computing, distributed-systems, map-reduce
- Language: Go
- Homepage:
- Size: 4.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Two-phase commit protocol
https://en.wikipedia.org/wiki/Two-phase_commit_protocol#### Erasure Coding
https://searchstorage.techtarget.com/definition/erasure-coding#:~:text=Erasure%20coding%20(EC)%20is%20a,different%20locations%20or%20storage%20media.
https://www.rubrik.com/en/blog/architecture/17/2/erasure-coding-rubrik-doubled-capacity-cluster
https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/HDFSErasureCoding.html#### Microsoft Research
http://lamport.azurewebsites.net/pubs/pubs.html#### pBFT
https://www.geeksforgeeks.org/practical-byzantine-fault-tolerancepbft/