I am unable to complete the Install Course Tools and Datasets in lab 1.1 I am getting an error in my shell. I connect to the sandbox cluster in my mongo DB compass and I am attempting to download the data set in my shell but it is not working. Please help I have been stuck on this for a while
Have you installed mongod tools?
If yes it could be path issue
Update your tools/bin to your path
or
You can cd to your bin dir where mongimport executable is residing and run the mongoimport command
You connect to your cluster then switch to m201 DB
You are running the command at your os prompt which is not correct
You imported data to your local mongod.
You should connect to your local instance but looks like you connected to class cluster
Please check and try again
How do i connect to the local instance? i am only familiar with the class cluster
Please check your mongoimport command
Connect string to connect to your local instance is there in it
or
Just issue mongo
It is not mongoosh
Try with mongosh
Thank you very much…it worked and again I appreciate the assistance