Aggregation

MongoQUI University

Toolbar and Actions

The toolbar provides quick access to powerful actions on your aggregation pipeline.

  • Save Aggregation:
    • Save pipelines locally (as files) or in the cloud for future reuse.
  • Load Aggregation:
    • Load previously saved pipelines from local or cloud storage.
  • Copy/Paste Pipeline:
    • Copy the entire pipeline JSON to clipboard.
    • Paste a pipeline (from clipboard or external source) directly into the builder.
  • Reset Pipeline:
    • Reset the current pipeline builder to start fresh.
  • Aggregation History:
    • View your recent aggregation pipelines for quick access and iteration.
  • Export Pipeline to Code:
    • Export the current pipeline as ready-to-use code in popular languages: Python, Node.js, Java, C#, Go, Rust, etc.
  • Create View:
    • Instantly create a MongoDB "view" based on the current pipeline; the view appears as a collection, always reflecting latest data.
  • Report Builder:
    • (Desktop version) Build reports—table, bar chart, etc.—from aggregation output.
  • AI Aggregation Generator:
    • Generate complex aggregation pipelines using natural language prompts (via integrated AI).

Toolbar Example:

Toolbar