Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Access the dataset for this assignment, city _ inspections.json, in the / usr / local / datasets directory in your Apporto environment. Using the mongoimport
Access the dataset for this assignment, cityinspections.json, in the usrlocaldatasets directory in your Apporto environment. Using the mongoimport tool and documents found in the cityinspections.json file, load the database city into the inspections collection. Complete this task by typing the following commands in the Linux terminal to perform the import in the right directory:
Change into the Apporto directory with the data sets:
cd usrlocaldatasets
Use the mongo import utility to load the data set:
mongoimport username$MONGOUSER
password$MONGOPASSport$MONGOPORT
host$MONGOHOSTdb city collection inspections
authenticationDatabase admin drop cityinspections.json
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started