Javatpoint Logo
Javatpoint Logo

How to Install MongoDB on MacOS

MongoDB is an open source, cross platform document-oriented database management system. It is a NoSQL database which stores data and schemas as JSON objects. Mongodb is developed by Mongodb Inc and is published under GNU affero General Public License and Apache.

This tutorial describes the steps involved in the installation of MongoDB on MacOS

Prerequisites

  • MacOS
  • Login as an administrator on terminal.
  • Homebrew must be installed on the system.

Installation

Following steps are used to install MongoDB on MacOS.

1) Update homebrew installer package

To get started with the installation of MongoDB on MacOS, we need to update the repository index of Homebrew package Installer. This will be done with the following command.

2) Install MongoDB

After updating the repository index, we need to install MongoDB which will be done with the help of homebrew installer. It simply installs the MongoDB on location /usr/local/Cellar/mongodb

Macos MongoDB 1

3) Start MongoDB

To start MongoDB, we need to run the following command.

Macos MongoDB 2

4) Working on command line

The MongoDB shell can be accessed by running the file named as mongo which is a executable script located inside the bin folder under installation directory.

Macos MongoDB 3

To create database, we use following command on the MongoDB shell.

Macos MongoDB 4

5) Stop database

To stop database, we have to specify unload option with the launchctl command as follows:

Macos MongoDB 5

Well, we have installed MongoDB version 3.4.9 successfully on our MacOS.







Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA