Skip to main content

Graph modeling

Generated from mcp/patterns.registry.json — do not edit by hand; change the registry and run bun run patterns:build.

Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes.

Category: Databases & Storage · Tier: light · Risk: medium — external managed service (Neo4j Aura)

Defines how entities and their relationships are represented as nodes and edges in the Neo4j graph.

When to use: Use when deciding how to structure related entities, such as recommendations or knowledge graphs, that would otherwise need recursive SQL.

Docs

Code

Proof


Machine-readable record: databases-graph-modeling in mcp/patterns.registry.json.

← Back to Pattern Library

Think this pattern could be better? Tell us how.

Leave feedback