Update index.md (#31808)

This commit is contained in:
Ajay Tanwar
2019-03-08 04:36:10 +05:30
committed by Randell Dawson
parent 5e1a6f5f42
commit 75c47119b7

View File

@ -10,6 +10,7 @@ title: MongoDB
MongoDB is an open-source non-relational Database that uses a JSON like structure to store data. 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. 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 a distributed database at its core, so high availability, horizontal scaling, and geographic distribution are built in and easy to use. 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