Skip to content

Instantly share code, notes, and snippets.

@DaveJPoole
DaveJPoole / meta_graph.adoc
Last active August 29, 2015 14:02 — forked from jexp/meta_graph.adoc
Exploring a Relational DB schema using a Graph DB!

A demonstration using the Adventureworks sample DB

One of the challenges facing users of a data warehouse is to understand how the different tables within the warehouse relate to each other.

A graph database can solve this problem easily if we copy the table and foreign key metadata into a Cypher script.