Databases
- Sequel Ace - MySQL/MariaDB database management for macOS
Redis GUI
Section titled “Redis GUI”- Medis — beautiful, easy-to-use Mac database management application for Redis
- Tiny RDM — modern, lightweight cross-platform Redis desktop manager (macOS, Windows, Linux); GPL-3.0, light/dark themes
MongoDB (Homebrew)
Section titled “MongoDB (Homebrew)”First you need to tap the official MongoDB brew:
brew tap mongodb/brewThen just install mongo with:
brew install mongodb-communityThere is one tool which people often want to install on its own, and that’s the MongoDB shell.
brew install mongodb-community-shellYou can also install only database tools for managing mongo database:
brew install mongodb-database-toolsStarting mongo
Section titled “Starting mongo”brew services start mongodb-communityor stop
brew services stop mongodb-community