Skip to content

Databases

  • Sequel Ace - MySQL/MariaDB database management for macOS
  • Medis is a beautiful, easy-to-use Mac database management application for Redis.

First you need to tap the official MongoDB brew:

Terminal window
brew tap mongodb/brew

Then just install mongo with:

Terminal window
brew install mongodb-community

There is one tool which people often want to install on its own, and that’s the MongoDB shell.

Terminal window
brew install mongodb-community-shell

You can also install only database tools for managing mongo database:

Terminal window
brew install mongodb-database-tools
Terminal window
brew services start mongodb-community

or stop

Terminal window
brew services stop mongodb-community