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

@ -59,7 +59,7 @@
<div data-md-component="skip">
<a href="#further-reading" class="md-skip">
<a href="#conclusion" class="md-skip">
Skip to content
</a>
@ -1014,7 +1014,9 @@
<h1 id="further-reading">Further reading:</h1>
<h1 id="conclusion">Conclusion</h1>
<p>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.</p>
<h1 id="further-reading">Further reading</h1>
<p>NoSQL:</p>
<p><a href="https://hostingdata.co.uk/nosql-database/">https://hostingdata.co.uk/nosql-database/</a></p>
<p><a href="https://www.mongodb.com/nosql-explained">https://www.mongodb.com/nosql-explained</a></p>

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>

File diff suppressed because one or more lines are too long

Binary file not shown.