Skip to content

Instantly share code, notes, and snippets.

@meerasndr
Last active January 10, 2024 18:36
Show Gist options
  • Save meerasndr/ac533bb39282d6780d48d4fa1df06495 to your computer and use it in GitHub Desktop.
Save meerasndr/ac533bb39282d6780d48d4fa1df06495 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