- Mastering MongoDB 3.x
- Alex Giamas
- 97字
- 2021-08-20 10:10:57
SQL to aggregation
An aggregation pipeline can replace and augment querying operations in the shell. A common pattern for development is:
- Verify that we have the correct data structures and get quick results using a series of queries in the shell
- Prototype pipeline results using the aggregation framework
- Refine and refactor if/when needed either by ETL processes to get data into a dedicated data warehouse or by more extensive usage of the application layer to get the insights that we need
In the following table, we can see how SQL commands map to the aggregation framework operators:

推薦閱讀
- 亮劍.NET:.NET深入體驗與實戰精要
- Google Cloud Platform Cookbook
- 大數據專業英語
- Verilog HDL數字系統設計入門與應用實例
- Hands-On Cloud Solutions with Azure
- WordPress Theme Development Beginner's Guide(Third Edition)
- Windows環境下32位匯編語言程序設計
- 網絡安全與防護
- Enterprise PowerShell Scripting Bootcamp
- Excel 2007技巧大全
- 零起點學西門子S7-200 PLC
- 工業自動化技術實訓指導
- 從零開始學JavaScript
- 傳感器原理與工程應用
- Hands-On Deep Learning with Go