[MongoDB] 설치, 서버, 파일 가져오기

716 단어 nosqlnosql

mongoDB
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/

설치

brew update
brew tap mongodb/brew
brew install [email protected]

서버 키고 끄기

brew services start [email protected]
brew services stop [email protected]

백그라운드 프로세스로 수동 실행

mongo —config /usr/local/etc/mongod.conf —fork

json 파일 가져오기

cd 폴더 위치
mongoimport -d testDB —collection restaurants restaurants.json

좋은 웹페이지 즐겨찾기