Skip to content

Commit 1561edd

Browse files
authored
Docsp 9586 (mongodb#84)
* begin converting existing md to rst * aggregates builders wip agg builders copy agg builders change otp depth remove empty heading change heading level depth headings sort out errors headings grammar * cleanup * broken links * nits * add missing field * nits * link to projection page * doc link * correct wording for out stage
1 parent b80b949 commit 1561edd

File tree

5 files changed

+821
-0
lines changed

5 files changed

+821
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ hs_err_pid*
2424

2525
# authoring workspace files
2626
.vscode*
27+
.idea
2728
build/
2829
*pyc
2930
.DS_Store

source/fundamentals/aggregation.txt

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Aggregation
1313
Overview
1414
--------
1515

16+
.. _java-aggregation:
17+
1618
Aggregation operations process data in your MongoDB collections and return computed results. MongoDB's Aggregation
1719
framework is modeled on the concept of data processing pipelines. Documents enter a multi-staged pipeline that
1820
transforms the documents into an aggregated result.

0 commit comments

Comments
 (0)