CS代写 Setting Up MongoDB on Windows Here are instructions to install MongoDB on y

Setting Up MongoDB on Windows Here are instructions to install MongoDB on your own Windows device:
◆ Task 1.1 Visit https://www.mongodb.com/download-center/community and download the current release of MongoDB Community Server for Windows.
◆ Task 1.2 Step through the installation wizard. When offered the choice between Complete and Custom, select Complete.
Setting Up MongoDB on Windows 1

Copyright By PowCoder代写 加微信 powcoder

◆ Task 1.3 Accept the default options on the Service Configuration page. ◆ Task 1.4 Keep clicking Next, then click Install.
MongoDB Compass is a visual data browser and editor for MongoDB. Compass is to MongoDB as Workbench is to MySQL. We will not cover MongoDB Compass any further in this lab, but feel free to explore it on your own.
Connecting to MongoDB
The installation process will proceed. It will take several minutes.
◆ Task 1.5 When the installation process is complete, MongoDB Compass will appear. Accept its license agreement.
To connect to the MongoDB Server on your own laptop, you need to open the mongo command-line client.
◆ Task 1.6 Open your C: drive in File Explorer. Navigate into the following folders:
• Program Files
• 5.0 (or a later version – you should only see one folder here)
Setting Up MongoDB on Windows 2

◆Task1.7 Double-clickonmongo(ormongo.exe).
You will see various messages followed by a > prompt. This is where you will type MongoDB
Installing DatabaseTools
Download the mongodb ‘database tools’ from: https://www.mongodb.com/try/download/database-tools
These don’t need to be installed, you can leave them in you downloads folder. Unzip them and rename the folder to something simple like ‘mongotools’.
You should now have a folder located at C:\Users\\downloads\mongotools
which contains a file called ‘mongoimport.exe’.
Setting Up MongoDB on Windows 3

程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com