Mongodb Download Mac Os X



Easy spets to nstall MongoDB on Mac OS X ( I have used MAC OS – Mavericks)

Step 1: Download MongoDB:

Work with MongoDB Data in MS Excel on Mac OS X Create a Data Source Name in iODBC with the CData ODBC Driver for MongoDB and work with MongoDB data in Microsoft Excel on Mac OS X. Microsoft Excel features calculations, graphing tools, pivot tables, and a macro programming language that allows users to work with data in many of the ways that. For RedHat, Debian, and Ubuntu, as well as a Hombrew package for Mac OS X. Note that you’ll have to configure your package manager repository to include the MongoDB servers to download the official packages. Today we will install MongoDB on Mac OS X. MongoDB is one of the leading NoSQL database. MySql and Oracle are termed as “Relation Databases”, similarly we can say that MongoDB is a “Document Database”. We can store any valid JSON in MongoDB database. MongoDB is open source and written in.

Download MongoDB for MAC OS from official MongoDB site:

Step 2: Install MongoDB:

Step 3: Create MongoDB Data Directory:

By default, MongoDB write/store data into the /data/db folder, you need to create this folder manually and assign proper permission as given below:

Step 4: Set you PATH on Bash Profile for MongoDB:

Create a ~/.bash_profile file if not exists else update, and assign /usr/local/mongodb/bin to $PATH environment variable, so that you can access MongoDB on commands easily.

Step 5: Setting for auto start MongoDB:

Mongodb Download Mac Os X 10.13

To auto start yor installed mongoDB, create a launchd job on your Mac OS.

Mongodb Free Download

And add the following content to “/Library/LaunchDaemons/mongodb.plist”

Mongodb Download Mac Os XDownload

Mongodb Download Mac Os X 10.11

Save the file and load the above job:

Mongodb Download Mac Os X 10.10

Now restart your MAC OS.

Step 6: Start MongoDB:

If you already have added the above steps then MongoDB will start by the time your MAC OS started.

Otherwise you have to start MongoDB by using the below command:

Mongodb

Mac Mongodb Start

Now ready to use MongoDB,