[TIL] Mongo - import json file
날짜
- 2022.07.12
내용
MongoDB - import json file for macOS
- mongoimport 설치
brew install mongodb/brew/mongodb-database-tools
- 실행
$ mongoimport \ --uri=<Atlas Cluster URI> \ --drop=<File Name>.json --jsonArray -c <Collection Name>
결론
- 랜덤하게 생성한 JSON 형태의 파일을 MongoDB에 import하는 방법을 학습 및 실습 했습니다.
'I Learned > TIL' 카테고리의 다른 글
[TIL] Nest 중복 호출 오류, Node process.cwd()와 __dirname의 차이 (0) | 2022.07.13 |
---|---|
[TIL] Klip, EIP-5114 (0) | 2022.07.10 |
[TIL] Nest.js 프로바이더와, React-Native 안드로이드 설정 (0) | 2022.07.08 |
[TIL] Nest.js 컨트롤러 부분 학습 (0) | 2022.07.06 |
[TIL] Nest.js Decoration (0) | 2022.07.05 |