본문 바로가기
카테고리 없음

[Install] MongoDB / Robomongo 설치 & 실행하기

by bovi 2020. 11. 19.

 

 

1. MongoDB

NoSQL 데이터베이스

 

MongoDB Community Download

Download the Community version of MongoDB's non-relational database server from MongoDB's download center.

www.mongodb.com

 

위의 링크에서 설치파일 다운로드 후 설치하기 

 

 

재부팅 후 cmd 창 켜서 위와 같이 입력하기 

 

 

insert 되는지 테스트 → 정상적으로 실행완료 

 

 

 

+) 

실행할 때는 CMD창 2개 구동하기

 

 

 

 

2. Robomongo

MongoDB 사용을 위한 툴

 

Robomongo

Robo 3T: Simple GUI for beginners Robo 3T 1.4 brings support for MongoDB 4.2, a mongo shell upgrade from 4.0 to 4.2, the ability to manually specify visible databases, and many other fixes and improvements. View the full blog post.   Download Robo 3T  

robomongo.org

 

위의 링크로 들어가서 Robo 3T ZIP 파일을 받고 설치파일 실행

 

 

 

실행 후 Create 눌러서 Name을 아무거나 설정해주고 저장하면 완료

 

 

댓글