MongoDB 관리 툴 : Studio 3T
다운로드
https://robomongo.org/download
우측 Download Studio 3T 설치
설정
1) dev_mongodb 설정 예
2) Connection/Authentication 상세 정보는 git repository 소스코드에 설정 값을 참고
Query Reference
https://docs.mongodb.com/manual/reference/
db.ProdHist.find({ mallType:'NOR', partnerId:'abcde' })
db.ProdHist.find({ _id : { $in: [ '956022', '956023' ] } })
db.ProdHist.find({ expireIdxDt : { $gt: new Date('2019-03-05'), $lt: new Date('2019-03-06')