mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-07 00:58:03 +00:00
26 lines
1015 B
Markdown
26 lines
1015 B
Markdown
# Further reading:
|
|
|
|
NoSQL:
|
|
|
|
[https://hostingdata.co.uk/nosql-database/](https://hostingdata.co.uk/nosql-database/)
|
|
|
|
[https://www.mongodb.com/nosql-explained](https://www.mongodb.com/nosql-explained)
|
|
|
|
[https://www.mongodb.com/nosql-explained/nosql-vs-sql](https://www.mongodb.com/nosql-explained/nosql-vs-sql)
|
|
|
|
Cap Theorem
|
|
|
|
[http://www.julianbrowne.com/article/brewers-cap-theorem](http://www.julianbrowne.com/article/brewers-cap-theorem)
|
|
|
|
Scalability
|
|
|
|
[http://www.slideshare.net/jboner/scalability-availability-stability-patterns](http://www.slideshare.net/jboner/scalability-availability-stability-patterns)
|
|
|
|
Eventual Consistency
|
|
|
|
[https://www.allthingsdistributed.com/2008/12/eventually_consistent.html](https://www.allthingsdistributed.com/2008/12/eventually_consistent.html)
|
|
|
|
[https://www.toptal.com/big-data/consistent-hashing](https://www.toptal.com/big-data/consistent-hashing)
|
|
|
|
[https://web.stanford.edu/class/cs244/papers/chord_TON_2003.pdf](https://web.stanford.edu/class/cs244/papers/chord_TON_2003.pdf)
|