Southern New Hampshire University8-1 Assignment: Data Aggregation PipelineCS 340 09:03:18 GMT -05:001. Using the
... [Show More]
mongoimport tool, create thedatabase €œcompanies€ by loading the documents found in the €œcompanies.json€ file into the €œresearch€ collection. This file is located in the €œ/usr/local/datasets/€ directory in Apporto. Verify your load by issuing the followingqueries:a. db.research.find({"name" : "AdventNet"})b. db.research.find({"founded_year" : 1996},{"name" :1}).limit(10) 09:03:18 GMT -05:002. Perform
[Show Less]