@@ -24,6 +24,18 @@ content management systems using MongoDB.
24
24
Real Time Analytics
25
25
-------------------
26
26
27
+ As an introduction to the use of MongoDB for real-time analytics
28
+ storage and use,
29
+ ":doc:`/use-cases/real-time-analytics-storing-log-data`" document
30
+ describes several ways and approaches to modeling and storing machine
31
+ generated data with MongoDB. Then,
32
+ ":doc:`/use-cases/real-time-analytics-pre-aggregated-reports`"
33
+ describes methods and strategies for processing data to generate
34
+ aggregated reports from raw event-data. Finally
35
+ ":doc:`/use-cases/real-time-analytics-hierarchical-aggregation`"
36
+ presents a method for using MongoDB to process and store hierarchical
37
+ reports (i.e. per-minute, per-hour, and per-day) from raw event data.
38
+
27
39
.. toctree::
28
40
:maxdepth: 2
29
41
@@ -34,6 +46,17 @@ Real Time Analytics
34
46
E-Commerce
35
47
----------
36
48
49
+ MongoDB's flexible schema makes it particularly well suited to storing
50
+ information for e-commerce websites and solutions. The
51
+ ":doc:`/use-cases/ecommerce-product-catalog`" document describes
52
+ methods and practices for modeling and managing a product catalog
53
+ using MongoDB, while the
54
+ ":doc:`use-cases/ecommerce-inventory-management`" document introduces
55
+ a pattern for handling interactions between inventory and users'
56
+ shopping carts. Finally the
57
+ ":doc:`/use-cases/ecommerce-category-hierarchy`" document describes
58
+ methods for interacting with category hierarchies in MongoDB.
59
+
37
60
.. toctree::
38
61
:maxdepth: 2
39
62
@@ -44,6 +67,14 @@ E-Commerce
44
67
Content Management Systems
45
68
--------------------------
46
69
70
+ The content management use cases introduce fundamental MongoDB
71
+ practices and approaches, using familiar problems and simple
72
+ examples. The ":doc:`/use-cases/cms-metadata-and-asset-management`"
73
+ document introduces a model that you may use when designing a web site
74
+ content management system, while ":doc:`/use-cases/cms-storing-comments`"
75
+ introduces the method for modeling user comments on content, like blog
76
+ posts, and media, in MongoDB.
77
+
47
78
.. toctree::
48
79
:maxdepth: 2
49
80
0 commit comments