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

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.

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/