This is the repository for the LinkedIn Learning course Learning MongoDB. The full course is available from LinkedIn Learning.

- Installing MongoDB on Windows and macOS
- Creating documents and collections
- Working with operators and arrays
- Writing queries to update and delete data
- Creating basic indexes
- Coding with MongoDB and PHP, Node.js, and PHP
- Maintaining MongoDB
- Implementing security
- Backing up and restoring MongoDB
This course was recorded with MongoDB version 5.0, while 6.0 will work for this course unfortunately MongoDB 6.0 now has changed the default shell to mongosh instead of mongo.
Anywhere in the course that mongo is used mongosh can be used instead.
If you have MongoDB Compass installed you can pres the _MONGOSH button (once you connect) to get an inline shell:
You may need to install mongosh see the MongoDB website: https://www.mongodb.com/docs/mongodb-shell/
To make sure you have tools like mongoimport and mongoexport you may need to download the MongoDB Database Tools.
https://www.mongodb.com/try/download/database-tools
Justin Jenkins
Full Stack Developer
