Assignment 14B – MongoDB

Objective

Create and use a MongoDB NoSQL database.

Assignment

Create either a local copy  of MongoDB or an instance in the cloud. Using this instance use any data set (such as the restaurant data) to create at least one Collection with multiple Documents (similar to one table with multiple records). Populate the collection and demonstrate queries and results using at a minimum the use of in, and, and or operators.

Resources

MongoDB download or cloud activation is free at – https://www.mongodb.com/download-center

Documentation for MongoDB – https://docs.mongodb.com/