Content Deep Dive
Hidden GraphGems: the Meta-graph
Blog post from Neo4j
Post Details
Company
Date Published
Author
Rik Van Bruggen
Word Count
543
Language
English
Hacker News Points
-
Summary
The author, Rik, explains the process of explaining a graph model in an existing Neo4j database. He shares a query that generates a table showing the labels and types of relationships between nodes in the database. To visualize the model graphically, he tweaks this query to create a META-graph by merging nodes for each label and relationship, using MERGE statements. The resulting diagram is readable and easy to understand, making it useful for visualizing existing graph models and databases.