mongodb mac

==> mongodb

To have launchd start mongodb now and restart at login:

  brew services start mongodb

Or, if you don't want/need a background service you can just run:

  mongod --config /usr/local/etc/mongod.conf

原文地址:https://www.cnblogs.com/yintingting/p/10594937.html