MongoDB 기초
MongoDB는 NoSQL 중 하나로 MySQL 같은 관계형 데이터베이스에 비해 유연한 구조를 가지고 있다. 관계형 데이터베이스와 비교했을 때 아래의 구조를 가지고 있다. Database: 동일하게 Database Collection: Table Document: Row MongoDB는 Collection에 스키마가 없고, Document에 json 형태의 중첩된 데이터를 저장할 수 있다. 이 때문에 유연한 구조가 된 것이다. Document는 아래와 같이 저장된다. { "name": "Kook", "address": "Seoul ...", "hobbies": [ { "name": "game", "when": "after work" }, { "name": "travel", "when": "vacation..
프로그래밍/MongoDB
2021. 7. 24. 17:44
공지사항
- Total
- 221,443
- Today
- 144
- Yesterday
- 53
링크
TAG
- thymeleaf 변수 인식
- spring batch
- @Autowired
- Tasklet
- chunk
- Barycentric coordinates
- Linux
- Closure
- thymeleaf cannot resolve
- Bin
- @Qualifier
- Bean
- nodejs
- Express
- Check point within polygon
- spring
- unity
- MySQL
- @Bean
- npm
- JavaScript
- mybatis
- 클로저
- @Component