Fixing links and standardising titles

This commit is contained in:
Kalyanasundaram Somasundaram
2020-11-23 20:16:23 +05:30
parent bf2c85d6b0
commit da2599ebe5
19 changed files with 63 additions and 73 deletions

View File

@@ -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)

View File

@@ -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

View File

@@ -1,4 +1,4 @@
## Key Concepts
# Key Concepts
Lets looks at some of the key concepts when we talk about NoSQL or distributed systems