Back-End/MongoDB (1) 썸네일형 리스트형 7. Aggregation Framework에 관하여 - mongodb Aggregation Framework이번 포스팅에서는 몽고디비에서 데이터를 분석을 어떻게 하는지 알아볼 것이다. Pipeline, Stages and TunablesAggregation framework란 몽고디비에서 collection에 있는 document를 분석할 수 있게 도와주는 도구이다. Aggregation framework는 파이프라인 개념에 기초를 두고 있다. 처음 input은 collection을 받는다. 그리고 각각의 stage는 document를 input,output으로 사용한다. ( stream of documents ) Aggregation 파이프라인의 각각의 stage는 데이터 처리 단위이다. Tunables(?)는 필드를 변경하거나, 정렬하거나, 연산 등 다양하게 필드를 변.. 이전 1 다음