Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pages/data-modeling.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ data in Memgraph.
structuring it into an efficient graph model. It’s perfect for those
working with raw tabular data and looking to translate it into a
connected, queryable format.
- [Versioning](/data-modeling/versioning): Learn how to model historical states,
time-based validity windows, ordered revisions, and timeline-oriented history
without copying the whole graph.
- [Best practices](/data-modeling/best-practices): It provides practical guidance for designing efficient and
maintainable graph data models in Memgraph. It outlines common pitfalls, such
as overcomplicating models, duplicating data, and neglecting indexing, and
Expand Down
1 change: 1 addition & 0 deletions pages/data-modeling/_meta.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export default {
"graph-data-model": "Graph data model",
"modeling-guides": "Modeling guides",
"versioning": "Versioning",
"best-practices": "Best practices"
}
Loading