This will help setup a mongodb database with data for a walk-though with mongo is class
The goal will be to work with several db platforms
Links for installs https://www.mongodb.org/ - to download and get to documentation
https://github.com/Homebrew/homebrew/blob/master/Library/Formula/mongodb.rb - if you use HomeBrew to install this is the formula to know how it was installed. Good to know how things make it on to your machine
https://www.youtube.com/watch?v=qI_g07C_Q5I - Intro to NoSql databases with Martin Fowler (50 min)
Postgres Northwind sql script - https://code.google.com/p/northwindextended/downloads/detail?name=northwind.postgre.sql
Robomongo - http://robomongo.org
Original development by @dodegaard
Instructor notes: mongoimport link -- https://docs.mongodb.org/manual/reference/program/mongoimport/