9
Trend Analysis Examples
This chapter showcases the capabilities of the MongoDB aggregation framework in performing advanced data analytics. The framework empowers users to analyze rich datasets, discerning trends, classifications, and relationships.
This chapter will cover the following:
- Classifying data by different facets
- Traversing the graph of relationships between documents in the same collection
- Performing incremental analytics to generate reports
Faceted classification
A typical scenario, often seen as a navigation bar on the left-hand side of an e-commerce product search website, is the need to characterize the same data across multiple dimensions or facets. This example will show you how to perform these faceting queries from a ...
Get Practical MongoDB Aggregations now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.