/mongoDB-essential-training-3023263

This repo is for the Linkedin Learning course: MongoDB Essential Training

Primary LanguageShellOtherNOASSERTION

MongoDB Essential Training

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

Instructions

All instructions / commands used in the course are available in this repository for easy copy-paste access.

The datasets used in this course are available for download in the datasets folder. Please download all three and import them into your database:

mongoimport --db=sample_data inventory.json
mongoimport --db=sample_data movies.json
mongoimport --db=sample_data orders.json