Aggregation Framework
Sign in to follow topics
Featured
Video
MongoDB & Node.js: Aggregation & Data Analysis (Part 2 of 4)
✅ Sign-up for a free cluster at: https://mdb.link/free-iz37fDe1XoM ✅ Get help on our Community Forums: https://mdb.link/community-iz37fDe1XoM When you want to analyze data stored in MongoDB, you can use MongoDB's powerful aggregation framework to do so. In part two of this quick start tutorial for beginners, Lauren Schaefer provides a high-level overview of the aggregation framework and demonstrates how to use it in a Node.js script. She explains how to use aggregate() to analyze data. Chapters: 00:00 Intro 00:45 What is the aggregation framework? 02:45 Create an aggregation pipeline in Atlas 06:45 Executing an aggregation pipeline in Node.js 11:07 Wrapping up Other videos in this tutorial series: Part 1: https://youtu.be/fbYExfeFsI0 Links Lauren mentions in the video: Lauren's blog post: Aggregation Framework with Node.js Tutorial https://developer.mongodb.com/quickstart/node-aggregation-framework Lauren's GitHub repo with the code from this video https://github.com/mongodb-developer/nodejs-quickstart/blob/master/aggregation.js Node.js & MongoDB Starter Template File https://github.com/mongodb-developer/nodejs-quickstart/blob/master/template.js Free MongoDB University Course: M121 The MongoDB Aggregation Framework https://university.mongodb.com/courses/M121/about Connect with Lauren: Twitter: https://twitter.com/lauren_schaefer TikTok: https://tiktok.com/@lauren_schaefer LinkedIn: https://www.linkedin.com/in/laurenjan... MongoDB Community: https://developer.mongodb.com/community/forums/t/hey-friends-im-lauren/168/ Subscribe to MongoDB ►►► https://bit.ly/3bpg1Z1 Connect with MongoDB: Website: https://bit.ly/2LjtNBZ Twitter: https://bit.ly/3fH87gR Facebook: https://bit.ly/3fEaIsd Linkedin: https://bit.ly/2SY9w90 Instagram: https://bit.ly/3bn9bDv Community Forums: https://bit.ly/2I8VCi5 TikTok: https://bit.ly/3fHoqdJMay 07, 2021
All Aggregation Framework Content
- Newest
- Highest Rated
Tutorial
How to Leverage an Event-Driven Architecture with MongoDB and Databricks
Learn how to develop using an event-driven architecture that leverages MongoDB Atlas and Databricks.Jul 13, 2023
Francesco Baldissera
Article
Wordle Solving Using MongoDB Query API Operators
Let’s learn a few MongoDB Query API operators while solving WordleFeb 01, 2023
Erik Hatcher
Video
How to Build an Aggregation Pipeline in MongoDB Atlas
✅ Sign-up for a free cluster at: https://mdb.link/free-7F0a1_ZLepI ✅ Get help on our Community Forums: https://mdb.link/community-7F0a1_ZLepI Having trouble creating aggregation pipelines for complex MongoDB queries? In this video, Nic Raboy demonstrates how to use the MongoDB Atlas aggregation pipeline builder, a graphical method for constructing and testing each stage of an aggregation pipeline. Docs → https://trymongodb.com/3FxVXGt Connect with Nic on Twitter: https://twitter.com/nraboy ⏱️ Timestamps ⏱️ 00:00:00 - Intro 00:00:16 - MongoDB Atlas 00:01:12 - Aggregation Pipeline Builder Overview 00:01:33 - Building a Complex Multi-Stage Aggregation Pipeline 00:08:48 - Outro — Subscribe to MongoDB ➡️ https://bit.ly/3bpg1Z1 #mongodb #database #tutorialNov 01, 2022
Tutorial
Joining Collections in MongoDB with .NET Core and an Aggregation Pipeline
Learn how to use the MongoDB aggregation pipeline to create stages that will join documents and collections in a .NET Core application.Feb 16, 2022
Nic Raboy
Tutorial
MongoDB Aggregation Pipeline Queries vs SQL Queries
This is an overview of common SQL aggregation terms, functions, and concepts and the corresponding MongoDB aggregation operators.Feb 07, 2022
Joe Karlsson
Quickstart
Getting Started with Aggregation Pipelines in Rust
Query, group, and join data in MongoDB using aggregation pipelines with Rust.Feb 05, 2022
Mark Smith
Quickstart
Getting Started with Aggregation Pipelines in Python
Query, group, and join data in MongoDB using aggregation pipelines with Python.Feb 05, 2022
Mark Smith
Quickstart
Java - Aggregation Pipeline
Learn how to use the Aggregation Pipeline using the MongoDB Java Driver.Feb 01, 2022
Maxime Beugnet
Quickstart
Introduction to the MongoDB Aggregation Framework
Learn about MongoDB's aggregation framework and aggregation operators.Feb 01, 2022
Ken W. Alger