NOSQL
NOSQL
MONGO_DB
2
AGENDA
Introduction to MongoDb
How to Download?
MongoDb Shell
MongoDb Campus
WHAT IS MONGO DB ?
MONGODB IS A POPULAR NOSQL DATABASE THAT STORES DATA
IN A FLEXIBLE, DOCUMENT-ORIENTED FORMAT. INSTEAD OF
USING TABLES AND ROWS LIKE TRADITIONAL SQL DATABASES,
MONGODB USES DOCUMENTS (SIMILAR TO JSON OBJECTS) AND
ORGANIZES THEM INTO COLLECTIONS. THIS MAKES MONGODB
HIGHLY SCALABLE AND IDEAL FOR HANDLING LARGE,
UNSTRUCTURED, OR SEMI-STRUCTURED DATASETS.
HOW TO DOWNLOAD
MONGODB IN WINDOWS!!
Step 1: Go to the
MongoDB Download Center to
download the MongoDB Community
Server.
Step 2: When the download is
complete open the msi file and
click the next button in the
startup screen:
Step 3: Now accept
the End-User License
Agreement and click the next
button:
Step 4: Now select
the complete option to
install all the program
features. Here, if you can
want to install only selected
program features and want
to select the location of the
installation, then use
the Custom option:
Step 5: Select “Run
service as Network
Service user” and copy
the path of the data
directory. Click Next:
Step 6: Click the Install
button to start the
MongoDB installation
process:
Step 7: After clicking on
the install button installation
of MongoDB begins:
Step 8: Now
click the Finish button to
complete the MongoDB
installation process:
Step 9: Now we go to the
location where MongoDB
installed in step 5 in your
system and copy
the bin path:
Step 10: Now, to create
an environment variable
open system properties
>> Environment
Variable >> System
variable >> path >>
Edit Environment
variable and paste the
copied link to your
environment system
and click Ok:
Step 11: After setting the
environment variable, we will run
the MongoDB server, i.e. mongod.
So, open the command Now, this time the MongoDB server(i.e.,
prompt and run the following mongod) will run successfully
command: mongod