Deployed 2bfe4b0 with MkDocs version: 1.1.2

This commit is contained in:
Kalyanasundaram Somasundaram
2020-11-27 16:02:24 +05:50
parent 834de5e646
commit d252717ff4
4 changed files with 23 additions and 3 deletions

View File

@@ -712,6 +712,13 @@
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#prerequisites" class="md-nav__link">
Prerequisites
</a>
</li>
<li class="md-nav__item">
<a href="#what-to-expect-from-this-course" class="md-nav__link">
What to expect from this course
@@ -1093,6 +1100,13 @@
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="#prerequisites" class="md-nav__link">
Prerequisites
</a>
</li>
<li class="md-nav__item">
<a href="#what-to-expect-from-this-course" class="md-nav__link">
What to expect from this course
@@ -1169,6 +1183,10 @@
<h1 id="nosql-concepts">NoSQL Concepts</h1>
<h2 id="prerequisites">Prerequisites</h2>
<ul>
<li><a href="https://linkedin.github.io/school-of-sre/databases_sql/intro/">Relational Databases</a></li>
</ul>
<h2 id="what-to-expect-from-this-course">What to expect from this course</h2>
<p>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 &amp; trade offs w.r.t to NoSQL.</p>
<h2 id="what-is-not-covered-under-this-course">What is not covered under this course</h2>