MongoDB is a NoSQL database that is object-oriented, simple, dynamic, and scalable. The model is based on the NoSQL document store. Instead of storing the data in the columns and rows of a conventional relational database, the data items are stored as individual documents within a set. The MongoDB language…