November 2017
Beginner
316 pages
6h 40m
English
MongoDB is the most famous and widely used NoSQL database in the world as of now. The latest version is version 3.6; however, we will be using version 3.4 on the macOS operating system.
To install MongoDB on your system, you just need to go to the website https://docs.mongodb.com/getting-started/shell/tutorial/install-mongodb-on-os-x/ and follow the instructions given there.
Once installed, you can open up two Terminals. In one of them, just type mongod to start the MongoDB daemon; while in the second Terminal, just type mongo and the shell will start. The following is a sample of how the mongo shell looks:
rahuls-MBP:book-learningJulia rahullakhanpal$ mongo MongoDB shell version v3.4.10 connecting to: mongodb://127.0.0.1:27017 MongoDB ...
Read now
Unlock full access