mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-20 23:48:03 +00:00
reorganise course folders
This commit is contained in:
29
courses/level101/databases_nosql/further_reading.md
Normal file
29
courses/level101/databases_nosql/further_reading.md
Normal file
@@ -0,0 +1,29 @@
|
||||
# Conclusion
|
||||
|
||||
We have covered basic concepts of NoSQL databases. There is much more to learn and do. We hope this course gives you a good start and inspires you to explore further.
|
||||
|
||||
# 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)
|
||||
Reference in New Issue
Block a user