- Learning Path Libraries: This path is only available in the libraries listed. To access this path, purchase a license for the corresponding library.
- Data
Query and Modify Data in MongoDB
MongoDB is a document database designed for flexibility, scalability, and high-performance applications. This learning path teaches you how to retrieve, filter, update, and manipulate data stored in MongoDB for data analysis.
Content in this path
Introduction to MongoDB and MongoDB Compass
In this section, you'll learn foundational MongoDB concepts, including how to get up and running with the tool. You'll also learn how to query and modify data using Compass, MongoDB's graphical user interface for visually interacting with databases.
Query and Modify Data in MongoDB using Shell
In this section, you'll learn how to query and modify data in MongoDB using Shell (mongosh), MongoDB's interactive command-line interface.
- How to get up and running with MongoDB
- How to query and modify data in MongoDB Compass
- How to query data in MongoDB using Shell
- How to filter and manipulate data in MongoDB using Shell
- How to modify data for analysis in MongoDB using Shell
- How to perform text search and pattern matching in MongoDB using Shell
- How to work with dates, arrays, and nested in data in MongoDB using Shell
- Learners interested in this path should have basic programming knowledge in a language like Python or JavaScript. Learners will also benefit from the ability to read and write JSON. A foundational understanding of database concepts is also helpful.
- NoSQL
- Document databases
- Data analysis