MongoDB is a popular non-relational database that supports the modeling and manipulation of almost any data structure. Because MongoDB stores data in documents rather than relationally, MongoDB is flexible and well-suited to real-world business situations. Users can access data in any language as long as the data structure is native to that language.
In this hands-on guided project, learn the fundamentals of MongoDB. You’ll use create-read-update-delete (CRUD) operations by creating and making changes to documents with MongoDB. By the end of the project, you will have a solid foundation in MongoDB to continue learning more complex database operations.
This lab provides access to a Cloud-based IDE that _ _has all of the required software,__ including MongoDB , preinstalled. All you need is a recent version of a modern web browser to complete this project.