macos brew 安装 mongodb社区版
1.1 安装服务
# 会同时安装最新的 mongodb-community 服务器、Shell 和数据库工具
brew install mongodb-community
1.2 启动服务
# 开机自启动
brew services start mongodb-community
其他问题参考 github.com/mongodb/hom…
# 会同时安装最新的 mongodb-community 服务器、Shell 和数据库工具
brew install mongodb-community
# 开机自启动
brew services start mongodb-community
其他问题参考 github.com/mongodb/hom…