Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fr33m0nk/ad82882d9f526b4d31d0a61d91d907fe to your computer and use it in GitHub Desktop.
Save fr33m0nk/ad82882d9f526b4d31d0a61d91d907fe to your computer and use it in GitHub Desktop.

My notes from attempting to read the Dynamo paper ( Dynamo: Amazon's Highly Available Key-value Store)

  1. Introduction
  2. Background
  3. Related work
  4. System Architecture
  5. Implementation
  6. Experiences and Lessons learned
  7. Conclusions

Buzzwords: Key-Value store, primary key, eventual consistency, CAP theorem, hinted handoff, consistent hashing, virtual nodes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment