Skip to content

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rustagir
Copy link
Collaborator

@rustagir rustagir commented Jun 17, 2025

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-50751

Staging Links

  • fundamentals/aggregation
  • Self-Review Checklist

    • Is this free of any warnings or errors in the RST?
    • Did you run a spell-check?
    • Did you run a grammar-check?
    • Are all the links working?
    • Are the facets and meta keywords accurate?
    • Are the page titles greater than 20 characters long and SEO relevant?

    Copy link

    netlify bot commented Jun 17, 2025

    Deploy Preview for docs-kotlin ready!

    Name Link
    🔨 Latest commit da07c48
    🔍 Latest deploy log https://app.netlify.com/projects/docs-kotlin/deploys/6851c90d71d1eb00083acde5
    😎 Deploy Preview https://deploy-preview-235--docs-kotlin.netlify.app
    📱 Preview on mobile
    Toggle QR Code...

    QR Code

    Use your smartphone camera to open QR code link.

    To edit notification comments on pull requests, go to your Netlify project configuration.

    Copy link
    Collaborator

    @mongoKart mongoKart left a 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
    Copy link
    Collaborator

    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

    Suggested change
    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.
    Copy link
    Collaborator

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Suggested change
    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
    Copy link
    Collaborator

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Suggested change
    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
    Copy link
    Collaborator

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Suggested change
    Another way to think of aggregation is like a car factory. Within the
    Aggregation is like a car factory. Within the

    Comment on lines +39 to +41
    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.
    Copy link
    Collaborator

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Suggested change
    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.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants