Skip to content

LinkedInLearning/mongoDB-essential-training-3023263

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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