Hướng dẫn thử thách
1 / 106
Aggregation
### Giai đoạn: Nền Tảng & Khái Niệm Cốt Lõi
**Aggregation**
Aggregation in MongoDB is a powerful framework for data processing and transformation using a pipeline of stages. Each stage performs specific operations like filtering, grouping, sorting, or computing values, allowing complex data analytics and reporting. The aggregation pipeline offers operators for mathematical calculations, string manipulation, date operations, and advanced data transformations.
### Khái niệm cốt lõi:
1. **Aggregation in MongoDB is a powerful framework for data processing and transformation using a pipeline of stages**
### Tài liệu tham khảo chính thống:
- [Fundamentals of Data Transformation Skill Badge](https://learn.mongodb.com/courses/fundamentals-of-data-transformation) (course)
- [Aggregation Operations](https://www.mongodb.com/docs/manual/aggregation/) (official)
- [MongoDB Aggregation Operators](https://www.mongodb.com/docs/manual/reference/operator/aggregation/) (official)
Nhiệm vụ của bạn
Viết giải pháp của bạn cho bài học **Aggregation** vào trình soạn thảo bên cạnh. Bấm **Chạy Thử Nghiệm** (hoặc nhấn `Ctrl+Enter`) để thực thi và ghi nhận hoàn thành kỹ năng trên Roadmap.
### Kỹ năng cần đạt:
- `Aggregation`
- `Core`
- `Engineering`
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.js
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵