Updated Readme.md Scalability section
parent
02198e6d79
commit
ee9476d42f
|
@ -328,7 +328,7 @@ Check out the following links to get a better idea of what to expect:
|
|||
|
||||
### Design the data structures for a social network
|
||||
|
||||
[View exercise and solution](solutions/system_design/social_graph/README.md)
|
||||
[View exercise and solution]( ocial_graph/README.md)
|
||||
|
||||
![Imgur](images/cdCv5g7.png)
|
||||
|
||||
|
@ -421,7 +421,7 @@ Another way to look at performance vs scalability:
|
|||
### Source(s) and further reading
|
||||
|
||||
* [A word on scalability](http://www.allthingsdistributed.com/2006/03/a_word_on_scalability.html)
|
||||
* [Scalability, availability, stability, patterns](http://www.slideshare.net/jboner/scalability-availability-stability-patterns/)
|
||||
* [Scalability, availability, stability, patterns](http://www.slideshare.net/jboner/scalability-availability-stability-patterns/) [presentation here] (system-design-primer/resources/documents/)[and video here](https://www.youtube.com/watch?v=DihXpZ9xR8E)
|
||||
|
||||
## Latency vs throughput
|
||||
|
||||
|
|
Loading…
Reference in New Issue