Skip to content

Commit

Permalink
fix: Update broken Dynamo paper link in README.md (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebrichey committed Oct 23, 2023
1 parent ecd812d commit 0df5c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Must read papers on distributed systems. While nearly *all* of Lamport's work sh
- [Session Guarantees for Weakly Consistent Replicated Data](http:https://www.cs.utexas.edu/~dahlin/Classes/GradOS/papers/SessionGuaranteesPDIS.pdf) a '94 paper that talks about various recommendations for session guarantees for eventually consistent systems, many of this would be standard vocabulary in reading other dist. sys papers, like monotonic reads, read your writes etc.

### Storage & Databases
- [Dynamo: Amazon's Highly Available Key Value Store](http:https://bnrg.eecs.berkeley.edu/~randy/Courses/CS294.F07/Dynamo.pdf)
- [Dynamo: Amazon's Highly Available Key Value Store](https:https://www.allthingsdistributed.com/files/amazon-dynamo-sosp2007.pdf)
Paraphrasing @fogus from their [blog](http:https://blog.fogus.me/2011/09/08/10-technical-papers-every-programmer-should-read-at-least-twice/), it is very rare for a paper describing an active production system to influence the state of active research in any industry; this is one of those seminal distributed systems paper that solves the problem of a highly available and fault tolerant database in an elegant way, later paving the way for systems like Cassandra, and many other AP systems using a consistent hashing.
- [Bigtable: A Distributed Storage System for Structured Data](http:https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf)
- [The Google File System](http:https://static.googleusercontent.com/external_content/untrusted_dlcp/research.google.com/en/us/archive/gfs-sosp2003.pdf)
Expand Down

0 comments on commit 0df5c49

Please sign in to comment.