# Index

* [**Paxos Made Simple**](https://lamport.azurewebsites.net/pubs/paxos-simple.pdf) - Lamport 2001
* [**ZooKeeper: Wait-free coordination for Internet-scale systems** ](https://www.usenix.org/legacy/events/atc10/tech/full_papers/Hunt.pdf)- Hunt et al., ATC '10
* [**A comprehensive study of Convergent and Commutative Replicated Data Types** ](https://hal.inria.fr/inria-00555588/document)- Shapiro et al., 2011
* [**Logical Physical Clocks and Consistent Snapshots in Globally Distributed Databases**](https://cse.buffalo.edu/tech-reports/2014-04.pdf) - Kulkarni et al., 2014
* [**Just Say NO to Paxos Overhead: Replacing Consensus with Network Ordering** ](https://www.usenix.org/conference/osdi16/technical-sessions/presentation/li)- Li et al., OSDI '16
* [**In Search of an Understandable Consensus Algorithm** ](https://raft.github.io/raft.pdf)- Ongaro et al., ATC '17
* [**Keeping CALM: When Distributed Consistency is Easy**](https://arxiv.org/pdf/1901.01930.pdf) - Hellerstein et al., arXiv '19
