Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- express
- 실습
- Docker Swarm
- worker
- PAT
- 쿠버네티스
- network
- RAID
- nodejs
- OpenStack
- PaaS
- docker
- mysql
- 명령어
- RAPA
- MongoDB
- kubernetes
- 개념
- git
- 네트워크
- Docker-compose
- node.js
- Javascript
- 클라우드
- 이론
- 용어정리
- gns3
- 도커
- dockerfile
- IaaS
Archives
- Today
- Total
목록Database (1)
융융이'Blog

mongoDB mongoDB는 NoSQL중 하나이다. mongoDB의 구조는 위 그림과 같이 구성되어 있다. Document가 모여서 Collection이 되고, Collection들이 모여서 Database를 이루게 됩니다. Document JSON과 비슷한 BSON구조로 되어 있다. RDB과 비교 mongoDB는 C++로 짜여진 오픈소스 데이터베이스이다. 문서지향(Document-Oriented)적이며 뛰어난 확장성과 성능을 자랑한다. NoSQL이다. RDBMSMongoDB DataBase DataBase Table Collection Tuple/Row Document Column Key/Field Table Join Embedded Documents PrimaryKey Primary Key(_id)..
2022이전/mongoDB
2020. 1. 8. 16:52