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

yoonene·2022년 1월 22일
0

Database

목록 보기
7/12

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

json 파일 가져오기

cd 폴더 위치
mongoimport -d testDB —collection restaurants restaurants.json
profile
NLP Researcher / Information Retrieval / Search

0개의 댓글