Case-study on MongoDB

Case-study on MongoDB

MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License.

MongoDB is an open-source document-oriented database. MongoDB is not based on the table-like relational database structure but provides an altogether different mechanism for storage and retrieval of data, that’s why known as a NoSQL database. Here, the term ‘NoSQL’ means ‘non-relational.

MongoDB is built on a scale-out architecture that has become popular with developers of all kinds for developing scalable applications with evolving data schemas. As a document database, MongoDB makes it easy for developers to store structured or unstructured data. It uses a JSON-like format to store documents.

Deepali Helpful information! Thanks for sharing.

Like
Reply

To view or add a comment, sign in

More articles by Deepali Mishra

Explore content categories