How to install MongoDB 6 on Windows 10/11 [ 2023 Update ] MongoDB Shell and GUI demonstration



How to install MongoDB 6 on Windows 10/11 [ 2023 Update ] MongoDB Shell and GUI demonstration

How to install MongoDB 6 on Windows 10/11 [ 2023 Update ] MongoDB Shell and GUI demonstration

Hello Everyone! Today in this video I am going to step-by-step guide you on How to install MongoDB 6 on Windows 10/11. Windows (64-bit).

After that, I am also going to show you How to Create a database and collections using Command-line. And then I will also show you how to download MongoDB Compass for using MongoDB in a Graphic User Interface. So let’s begin. I promise you if you watch the entire video, you would not have any doubts about using the GUI interface + installation of MongoDB.

Geeky Script (
@GeekyScript) is Computer Science – Educational Videos Creator 🎉
You can support by buying a coffee ☕️ here —
https://www.buymeacoffee.com/geekyscript

✻ I really hope you find this video useful. ♥

✻ Please click on the CC button to read the subtitles of this video.

Step 1. First You need to download MongoDB software. So for that just go to the following link:
Link: https://www.mongodb.com/try/download/community
This page will lead to the MongoDB download page.

Find the installation file and click on it to download.
Now after downloading MongoDB save the file to the disk and follow the next step for installation.

Step 2. Install MongoDB
Double-click to run the MongoDB installation file. Just follow the prompt as shown in the video (https://youtu.be/TetHRRnbhig) and install MongoDB in your OS.

After the installation of MongoDB in your machine, you need to set the environment variables. So for that Just follow the video. This is very very important.

Step 3. Now create a database and collection in your MongoDB and check everything is working fine or not.
:::SYNTAX:::
show dbs – To print a list of all databases on the server.
use {db} – To switch current database to {db}
show collections – To print a list of all collections for the current database.
db.collection.find() – To find all documents in the collection and returns a cursor.

Step 4: Now go to MongoDB compass and create a database by clicking on the create new database button.

Step 5: You can easily create collections and put data into it. You can always follow my video if u face any issues.

What’s the MongoDB Server?
-MongoDB offers both an Enterprise and Community version of its powerful distributed document database. The community version offers the flexible document model along with ad hoc queries, indexing, and real-time aggregation to provide powerful ways to access and analyze your data.

What’s the MongoDB Compass Server?
-The GUI for MongoDB. Visually explore your data. Run ad hoc queries in seconds. Interact with your data with full CRUD functionality. View and optimize your query performance. Available on Linux, Mac, or Windows. Compass empowers you to make smarter decisions about indexing, and document validation.

The instructions in this video tutorial can be applied to laptops, desktops, computers, and tablets which run the Windows 10 operating system like Windows 10 Home, Windows 10 Professional, Windows 10 Enterprise, Windows 10 Education. This tutorial will work on all hardware manufacturers, like Dell, HP, Acer, Asus, Toshiba, Lenovo, and Samsung.

#MongoDB #HowToInstallMongoDB #NoSQL #database #OpenSourcedatabase #NoSQLTutorial

Topics addressed in this tutorial:
How To Download And Install MongoDB On Windows 10 64 bit OS
Install MongoDB on Windows 10
How to Install MongoDB and Get Started
How To Download And Install MongoDB Compass (GUI) On Windows 10 64 bit OS
Install MongoDB Compass (GUI) on Windows 10
How to Install MongoDB Compass (GUI) and Get Started

—————————————————————————
MY RELATED VIDEOS:
✻ All about Android Studio: https://youtu.be/H53e2kdaLfk
✻ All about PostgreSQL: https://youtu.be/C93Ed8b8Mhc
✻ All about MongoDB: https://youtu.be/TetHRRnbhig
✻ All about MySQL: https://youtu.be/tFBGj_xDu34
✻ All about WordPress: https://youtu.be/THfoFs2NNbs
✻ All about Java Spring: https://youtu.be/ajsap2g24_Q
✻ All about Maven: https://youtu.be/7DKbtM-BVLg
✻ All about eBook: https://youtu.be/-7f2HqSSeo0

—————————————————————————
THANK YOU so much for watching!
Please make sure to LIKE and SHARE the video and SUBSCRIBE to the channel for more such videos 🙂

—————————————————————————
CONNECT WITH ME ON:
✻ Website: https://geekyscript.com/
✻ LinkedIn: https://www.linkedin.com/in/geekyscript/
✻ Twitter: https://twitter.com/GeekyScript
✻ Email: [email protected]
✻ YouTube channel: https://www.youtube.com/c/geekyscript/
—————————————————————————

Comments are closed.