From 49efb5dc5a6f1d1334720446a53d2a718e7778fc Mon Sep 17 00:00:00 2001 From: Arina <33eyes@users.noreply.github.com> Date: Thu, 7 Mar 2019 21:01:57 -0500 Subject: [PATCH] Update index.md (#32962) Fixed some typos. --- guide/english/mongodb/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/guide/english/mongodb/index.md b/guide/english/mongodb/index.md index 27ee9793ce..6d1cd29aea 100644 --- a/guide/english/mongodb/index.md +++ b/guide/english/mongodb/index.md @@ -7,12 +7,13 @@ title: MongoDB ## MongoDB -MongoDB is an open-source non-relational Database that uses a JSON-like structure to store data. -It uses a document model to store and retrieve the data instead of the table model used by sequential databases such as SQL or Oracle. +MongoDB is an open-source non-relational database that uses a JSON-like structure to store data. +It uses a document model to store and retrieve the data instead of the table model used by relational databases such as SQL or Oracle. + MongoDB is a distributed database at its core, so high availability, horizontal scaling, and geographic distribution are built in and easy to use. MongoDB in applications built with javascript is mainly used with Mongoose which is a package built on top of native mongo driver . It gives features like schema based design , virtuals , data validations etc. It makes the mongodb experience smooth and easy to use. You can learn more about mongoose [here](https://mongoosejs.com/). -### NOSQL Vs RDBMS +### NoSQL Vs RDBMS | MongoDB Terms And Concepts | SQL Terms and Concepts | | --- | --- |