system-design-primer
https://github.com/donnemartin/system-design-primer
Python
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported1 Subscribers
Add a CodeTriage badge to system-design-primer
Help out
- Issues
- Need content on Cache reading. only the Cache writing is discussed.
- Add images to System Design flashcards
- request to become the maintainer of the Serbian translation.
- Serbian translation
- he: Add hebrew translation
- docs: correct latency number for "Read 1MB sequentially from HDD"
- Fix AttributeError in LRU cache eviction (missing query on Node)
- Fix bug in Cache.set(): self.map[query] is not defined in constructor, replaced with self.lookup.get(query)
- transactions.db
- transactions.db
- Docs
- Python not yet supported