mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-08 09:38:05 +00:00
Fixing links and standardising titles
This commit is contained in:
@@ -2,24 +2,24 @@
|
||||
|
||||
NoSQL:
|
||||
|
||||
https://hostingdata.co.uk/nosql-database/
|
||||
[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)
|
||||
|
||||
https://www.mongodb.com/nosql-explained/nosql-vs-sql
|
||||
[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](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](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.allthingsdistributed.com/2008/12/eventually_consistent.html)
|
||||
|
||||
https://www.toptal.com/big-data/consistent-hashing
|
||||
[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](https://web.stanford.edu/class/cs244/papers/chord_TON_2003.pdf)
|
||||
|
||||
@@ -11,16 +11,16 @@ At the end of training, you will have an understanding of what a NoSQL database
|
||||
We will not be deep diving into any specific NoSQL Database.
|
||||
|
||||
|
||||
## Table of Contents
|
||||
## Course Contents
|
||||
|
||||
|
||||
|
||||
* Introduction to NoSQL
|
||||
* CAP Theorem
|
||||
* Data versioning
|
||||
* Partitioning
|
||||
* Hashing
|
||||
* Quorum
|
||||
* [Introduction to NoSQL](https://linkedin.github.io/school-of-sre/databases_nosql/intro/#introduction)
|
||||
* [CAP Theorem](https://linkedin.github.io/school-of-sre/databases_nosql/key_concepts/#cap-theorem)
|
||||
* [Data versioning](https://linkedin.github.io/school-of-sre/databases_nosql/key_concepts/#versioning-of-data-in-distributed-systems)
|
||||
* [Partitioning](https://linkedin.github.io/school-of-sre/databases_nosql/key_concepts/#partitioning)
|
||||
* [Hashing](https://linkedin.github.io/school-of-sre/databases_nosql/key_concepts/#hashing)
|
||||
* [Quorum](https://linkedin.github.io/school-of-sre/databases_nosql/key_concepts/#quorum)
|
||||
|
||||
|
||||
## Introduction
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## Key Concepts
|
||||
# Key Concepts
|
||||
|
||||
Lets looks at some of the key concepts when we talk about NoSQL or distributed systems
|
||||
|
||||
|
||||
Reference in New Issue
Block a user