Basic things you need to know about MongoDB

What is MongoDB?

MongoDB is implementation of NoSQL database. NoSQL which generally stands for “not only SQL”. NoSQL database provides flexibility in storage and retrieval of data. The basic purpose to implement this database is to overcome the drawbacks of SQL databases or some relational databases.

MongoDB databases store the data items in JavaScript Object Notation (JSON) format which helps to store the data in pattern of key-value pairs same as like we have dictionaries in Python. A database is a structured orientation of data. This database can be accessed by using some responsive queries under certain integrity constraints.

https://mechomotive.com/basic-things-you-need-to-know-about-mongodb/

--

--

Vipul Singh Chaurasiya
0 Followers

Pursuing Bachelor's of technology in industrial and production engineering.