neo4j - show excerpt of database -


i'm looking cypher query show excerpt of data in neo4j database. need provide quick overview of kind of data can found in db.

the query should show number of nodes labels possible relations between them. want subset of nodes in database contains full complexity of data in database.

i tried accomplish limit limits total number of nodes returned.

thanks help

there's set of procedures via apoc library(neo4j 3x): apoc.meta.graph

e.g. call apoc.meta.graph iterate on graph , collect labels , relationships finds.

there's writeup of meta procedures in blog post.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

android - CoordinatorLayout, FAB and container layout conflict -