From c75cc9909894231ca2be5031ef102d5e749bac6d Mon Sep 17 00:00:00 2001 From: Kalyanasundaram Somasundaram Date: Fri, 27 Nov 2020 15:43:33 +0530 Subject: [PATCH] Nosql standardising format --- courses/databases_nosql/further_reading.md | 6 +++++- courses/databases_nosql/intro.md | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/courses/databases_nosql/further_reading.md b/courses/databases_nosql/further_reading.md index f7024c3..f08d944 100644 --- a/courses/databases_nosql/further_reading.md +++ b/courses/databases_nosql/further_reading.md @@ -1,4 +1,8 @@ -# Further reading: +# Conclusion + +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. + +# Further reading NoSQL: diff --git a/courses/databases_nosql/intro.md b/courses/databases_nosql/intro.md index 069530b..cfc9fb6 100644 --- a/courses/databases_nosql/intro.md +++ b/courses/databases_nosql/intro.md @@ -1,5 +1,7 @@ # NoSQL Concepts +## Prerequisites +- [Relational Databases](https://linkedin.github.io/school-of-sre/databases_sql/intro/) ## What to expect from this course