mirror of
https://github.com/theanalyst/awesome-distributed-systems.git
synced 2024-11-20 11:08:09 -05:00
Adding blogs & Paxos paper
This commit is contained in:
parent
13aeea1570
commit
35efb5f439
1 changed files with 5 additions and 0 deletions
|
@ -12,8 +12,13 @@ Most links will tend to be readings on architecture itself rather than code itse
|
|||
## Papers
|
||||
Must read papers on distributed systems
|
||||
- [Times, Clocks and Ordering of Events in Distributed Systems](http://research.microsoft.com/en-us/um/people/lamport/pubs/time-clocks.pdf) Lamport's paper, the Quintessential distributed systems primer
|
||||
- [The Part Time Parliament](http://research.microsoft.com/en-us/um/people/lamport/pubs/lamport-paxos.pdf) Paxos
|
||||
|
||||
### Databases
|
||||
- [Dynamo: Amazon's Highly Available Key Value Store](http://bnrg.eecs.berkeley.edu/~randy/Courses/CS294.F07/Dynamo.pdf)
|
||||
- [Bigtable: A Distributed Storage System for Structured Data](http://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf)
|
||||
- [Cassandra: A Decentralized Structured Storage System](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.161.6751&rep=rep1&type=pdf)
|
||||
|
||||
## Blogs and other reading links
|
||||
- [The C10K problem](http://www.kegel.com/c10k.html)
|
||||
- [On Designing and Deploying Internet-Scale Services](http://static.usenix.org/event/lisa07/tech/full_papers/hamilton/hamilton_html/)
|
||||
|
|
Loading…
Reference in a new issue