-
Notifications
You must be signed in to change notification settings - Fork 20
DOCSP-50751: agg tutorial link #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for docs-kotlin ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm w/ small changes (from page's previous author, not you 🙁 )
pipeline, part of the Query API, is modeled on the concept of data processing pipelines. Documents enter a multi-staged pipeline that | ||
transforms the documents into an aggregated result. | ||
Aggregation operations process data in your MongoDB collections and | ||
return computed results. MongoDB's Aggregation pipeline, part of the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't think this should be capitalized
return computed results. MongoDB's Aggregation pipeline, part of the | |
return computed results. MongoDB's aggregation pipeline, part of the |
transforms the documents into an aggregated result. | ||
Aggregation operations process data in your MongoDB collections and | ||
return computed results. MongoDB's Aggregation pipeline, part of the | ||
Query API, is modeled on the concept of data processing pipelines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Query API, is modeled on the concept of data processing pipelines. | |
Query API, is modeled on the concept of data-processing pipelines. |
Aggregation operations process data in your MongoDB collections and | ||
return computed results. MongoDB's Aggregation pipeline, part of the | ||
Query API, is modeled on the concept of data processing pipelines. | ||
Documents enter a multi-staged pipeline that transforms the documents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Documents enter a multi-staged pipeline that transforms the documents | |
Documents enter a multi-stage pipeline that transforms the documents |
Analogy | ||
~~~~~~~ | ||
|
||
Another way to think of aggregation is like a car factory. Within the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another way to think of aggregation is like a car factory. Within the | |
Aggregation is like a car factory. Within the |
specialized tools to do a specific job, like drills and welders. Raw | ||
parts enter the factory, which are then transformed and assembled into a | ||
finished product. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
specialized tools to do a specific job, like drills and welders. Raw | |
parts enter the factory, which are then transformed and assembled into a | |
finished product. | |
specialized tools to do a specific job, like drills and welders. Raw | |
parts enter the factory, and the factory transforms them and assembles | |
them into a finished product. |
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-50751
Staging Links
Self-Review Checklist