Skip to content

Commit f3f0270

Browse files
author
Sam Kleinman
committed
DOCS-169: draft signpost page
1 parent b7f8111 commit f3f0270

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

aspiration/use-cases.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ content management systems using MongoDB.
2424
Real Time Analytics
2525
-------------------
2626

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+
2739
.. toctree::
2840
:maxdepth: 2
2941

@@ -34,6 +46,17 @@ Real Time Analytics
3446
E-Commerce
3547
----------
3648

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+
3760
.. toctree::
3861
:maxdepth: 2
3962

@@ -44,6 +67,14 @@ E-Commerce
4467
Content Management Systems
4568
--------------------------
4669

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+
4778
.. toctree::
4879
:maxdepth: 2
4980

0 commit comments

Comments
 (0)