You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/gremlin/modeling.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,9 +18,10 @@ This article provides recommendations for graph data models. These best practice
18
18
## Requirements
19
19
20
20
The process outlined in this guide is based on the following assumptions:
21
-
* The *entities* in the problem-space are identified. These entities are meant to be consumed *atomically* for each request. In other words, the database system isn't designed to retrieve a single entity's data in multiple query requests.
22
-
* There's an understanding of *read and write requirements* for the database system. These requirements guide the optimizations needed for the graph data model.
23
-
* The principles of the [Apache Tinkerpop property graph standard](https://tinkerpop.apache.org/docs/current/reference/#graph-computing) are well understood.
21
+
22
+
* The *entities* in the problem-space are identified. These entities are meant to be consumed *atomically* for each request. In other words, the database system isn't designed to retrieve a single entity's data in multiple query requests.
23
+
* There's an understanding of *read and write requirements* for the database system. These requirements guide the optimizations needed for the graph data model.
24
+
* The principles of the [Apache Tinkerpop property graph standard](https://tinkerpop.apache.org/docs/current/reference/#graph-computing) are well understood.
24
25
25
26
## When do I need a graph database?
26
27
@@ -57,7 +58,7 @@ The following are best practices for the properties in the graph objects:
57
58
58
59
## Entity and relationship modeling guidelines
59
60
60
-
The following guidelines help you approach data modeling for an Azure Cosmos DB for Apache Gremlin graph database. These guidelines assume that there's an existing definition of a data domain and queries for it.
61
+
The following guidelines help you approach data modeling for an [Azure Cosmos DB for Apache Gremlin](introduction.md) graph database. These guidelines assume that there's an existing definition of a data domain and queries for it.
61
62
62
63
> [!NOTE]
63
64
> The following steps are presented as recommendations. You should evaluate and test the final model before considering it as production-ready. Additionally, the recommendations are specific to Azure Cosmos DB's Gremlin API implementation.
0 commit comments