1
0
mirror of https://github.com/donnemartin/system-design-primer.git synced 2025-06-12 21:47:33 +02:00
Commit Graph

279 Commits

Author SHA1 Message Date
ae9832c6b7 Add LRU Cache solution 2017-03-03 18:53:54 -08:00
7595e2a499 Add Hash Table solution 2017-03-03 18:53:41 -08:00
0f517c709e Add Deck of Cards solution 2017-03-03 18:53:01 -08:00
98819e2a06 Add Call Center solution 2017-03-03 18:52:50 -08:00
7eb69402aa Add License section 2017-03-02 19:49:59 -08:00
d4e48500f2 Add Contact info section 2017-03-02 19:49:38 -08:00
cdcc34aa90 Add Credits section 2017-03-02 19:49:19 -08:00
51ef417d1c Add Under development section 2017-03-02 19:49:03 -08:00
4646b0942c Add Latency numbers every programmer should know section 2017-03-02 19:48:45 -08:00
1f30e78153 Add Powers of two table 2017-03-02 19:45:07 -08:00
609a75aa00 Add Security section 2017-03-02 19:44:33 -08:00
1721a84af4 Add RPC and REST calls comparison section 2017-03-02 19:42:54 -08:00
33d26b8032 Add Representational state transfer (REST) section 2017-03-02 19:42:25 -08:00
9d9cd8c4e3 Add Remote procedural call (RPC) section 2017-03-02 19:31:16 -08:00
9a3a2c4940 Add User datagram protocol (UDP) section 2017-03-01 20:44:42 -08:00
d93918dc3a Add Transmission control protocol (TCP) section 2017-03-01 20:44:16 -08:00
297af21b07 Add Hypertext transfer protocol (HTTP) section 2017-03-01 20:44:00 -08:00
81756229af Add Communication intro image 2017-03-01 20:43:44 -08:00
09963c0f77 Add Async disadvantages and further reading sections 2017-03-01 20:42:55 -08:00
492a2be891 Add Back pressure section 2017-03-01 20:42:13 -08:00
fcb619502d Add Task queues section 2017-03-01 20:41:48 -08:00
c931a8544c Add Message queues section 2017-03-01 20:41:24 -08:00
87c4fafccb Add Asynchronism intro section 2017-03-01 20:40:57 -08:00
8b974768f1 Add cache disadvantages and further reading sections 2017-03-01 20:39:17 -08:00
03ceca8500 Add Refresh-ahead section 2017-03-01 20:38:45 -08:00
4b1cde229d Add Write-behind (write-back) section 2017-03-01 20:38:17 -08:00
09ee77980d Add Write-through section 2017-03-01 20:37:59 -08:00
adda68c28b Add Cache-aside section 2017-03-01 20:37:36 -08:00
1945024e5b Add Caching at the database query level vs obj level sections 2017-03-01 20:37:12 -08:00
e161b29eb1 Add Application caching section 2017-03-01 20:36:47 -08:00
707163811e Add client, CDN, web server, and DB caching sections 2017-03-01 20:36:29 -08:00
0d0814fa58 Add Cache intro section 2017-02-28 05:08:07 -08:00
e32821de48 Add SQL or NoSQL section 2017-02-28 05:06:59 -08:00
016665e9b7 Add Graph database section 2017-02-28 05:06:42 -08:00
52713ec309 Add Wide column store section 2017-02-28 05:06:15 -08:00
b5f0815ffa Add Document store section 2017-02-28 05:06:00 -08:00
c6ac09f0fc Add Key-value store section 2017-02-28 05:04:37 -08:00
c83d146def Add NoSQL intro section 2017-02-28 05:04:09 -08:00
b549ea49ca Add SQL tuning section 2017-02-28 05:03:48 -08:00
4efe7fbc84 Add Denormalization section 2017-02-28 05:03:29 -08:00
c361ea12a5 Add Sharding section 2017-02-28 05:03:08 -08:00
18611be86c Add Federation section 2017-02-28 05:02:44 -08:00
d753508b06 Add Master-master replication section 2017-02-28 05:02:21 -08:00
c4dc4b0f88 Add Master-slave replication section 2017-02-28 05:01:54 -08:00
e596fd9039 Add Relational database management system section 2017-02-28 05:01:31 -08:00
94aea1576c Add Application layer section 2017-02-28 05:01:15 -08:00
173e4f661d Add Reverse proxy section 2017-02-27 05:21:05 -08:00
4358539492 Add Load balancer section 2017-02-27 05:20:25 -08:00
47359dbea1 Add Content delivery network section 2017-02-27 05:19:59 -08:00
001c5c8a5b Add Domain name system section 2017-02-27 05:19:33 -08:00