MongoDB
RDBMS와의 비교
MongoDB (NoSQL Database) | RDBMS (SQL Server, Oracle, etc.) |
Database | Database |
Collection | Table |
Document | Row(Record) |
Field | Column |
장점
1. json 형태로 저장하기 때문에 효율적인 방식으로 데이터를 저장하고 검색할 수 있다.
2. 문서기반 데이터베이스이므로 쉽게 확장 또는 축소 가능하다.
3. 대용량 데이터로 빠르게 수행된다.
NoSQL중 하나인 MongoDB 설치와 사용툴을 알아보자
몽고DB 사이트
Try MongoDB Community Edition
Try MongoDB Community Edition on premise non-relational database including the Community Server and Community Kubernetes Operator for your next big project!
www.mongodb.com
community server MSI 다운로드 한다.
설치 시 custom -> next
컴퓨터 재시작을 해줘야한다... ㅠ
MongoDB 전용 GUI 툴 1) Studio 3T
무료는 제한된 기능으로 사용할 수 있다.
설치 사이트
Download Studio 3T for MongoDB | Windows, macOS & Linux
Get started with the most powerful and user-friendly GUI for MongoDB for free. No credit card required. Download now.
studio3t.com
MongoDB 전용 GUI 툴 2) Compass
MongoDB 설치 시 옵션에 선택하여 같이 설치할 수 있다.
Try MongoDB Tools - Download Free Here
Free download for MongoDB tools to do more with your database. MongoDB Shell, Compass, CLI for Cloud, BI Connector and other database tools available.
www.mongodb.com
'DATA' 카테고리의 다른 글
MongoDB 기본 개념 (0) | 2022.12.26 |
---|---|
NoSQL 종류 - MongoDB, Redis, Hbase, Druid (0) | 2022.12.25 |
[Fastcampus 데이터 엔지니어링] 데이터 엔지니어는 어떤 언어를 배워야 할까? (0) | 2022.12.03 |
[올윈에듀] 인공지능 기술과 산업별 실무적용 기법 (0) | 2022.10.26 |
SEO 검색 최적화 하는 방법 (0) | 2022.06.24 |
댓글