Fix mistakes in mkdocs yaml and add Nosql to nav

This commit is contained in:
Kalyanasundaram Somasundaram
2020-11-23 18:44:24 +05:30
parent 6d74e6cea9
commit 4e86f3b328
3 changed files with 13 additions and 15 deletions

View File

@@ -1,22 +1,17 @@
# DATABASES - NoSQL
# NoSQL Concepts
## Target Audience
This Module is meant to be an introduction to NoSQL Databases. We will be touching upon the key concepts and trade offs in a distributed data system.
## What to expect from this training
## What to expect from this course
At the end of training, you will have an understanding of what a NoSQL database is, what kind of advantages or disadvantages it has over traditional RDBMS, learn about different types of NoSQL databases and understand some of the underlying concepts & trade offs w.r.t to NoSQL.
## What is not covered under this training
## What is not covered under this course
We will not be deep diving into any specific NoSQL Database.
## Agenda
## Table of Contents
@@ -219,4 +214,4 @@ The table below summarizes the main differences between SQL and NoSQL databases.
* Developer productivity
NoSQL systems tend to map data based on the programming data structures. As a result developers need to perform fewer data transformations leading to increased productivity & fewer bugs.
NoSQL systems tend to map data based on the programming data structures. As a result developers need to perform fewer data transformations leading to increased productivity & fewer bugs.