download mongodb latest for mac code example
Example 1: how to install mongodb macos
brew tap mongodb/brew
brew tap | grep mongodb
brew install mongodb-community@4.4
brew services start mongodb-community@4.2
=> after that your service had start, u can start the service now
Example 2: brew services start mongodb
brew services start mongodb-community@4.2
brew services stop mongodb-community@4.2
mongo - starts the mongo client
Example 3: brew install mongodb
brew tap mongodb/brew
Example 4: mongodb installation on mac
brew services start mongodb-community@4.2
mongod --config /usr/local/etc/mongod.conf --fork
ps aux | grep -v grep | grep mongod
mongo