`
xiatianyu_22
  • 浏览: 4090 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

how to install mongodb in macbook

 
阅读更多

mongodb is a nosql database, which contains db,collection and document, and compare with relation database, db->schema, collection->table, document->records.

how to install mongodb in macbook, please follow below steps.

step1:  brew install mongodb

step2:  brew services list

step3:  brew services start mongodb  ---start mongodb

step4:  mongo                                     ---connect to mongodb

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics