mongoDB
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/
brew update
brew tap mongodb/brew
brew install mongodb-community@4.2
brew services start mongodb-community@4.2
brew services stop mongodb-community@4.2
mongo —config /usr/local/etc/mongod.conf —fork
cd 폴더 위치
mongoimport -d testDB —collection restaurants restaurants.json