DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

MONGODB Reference: Aggregation Pipeline

Quick reference for Aggregation Pipeline.

Read time: 1 min Words: 16
My Progress

MONGODB Reference — Aggregation Pipeline

Quick summary of Aggregation Pipeline with syntax and example.

Syntax

db.collection.find({ ... })

Example

db.users.find({ country: "Iraq" }).limit(10)