diagram - Neo4j - is it possible to visualise a simple overview of my database? -


i've got graph database, populated nodes, relationships, properties etc. i'd see overview of how whole database connected, each relationship each node, properties of node etc.

i don't mean view each individual node, rather erd relational database, this, node labels. possible?

enter image description here

as far know, there no straight-forward way nicely pictured diagram of neo4j database structure.

there pre-defined query in neo4j browser finds node types , relationships. however, traverses complete graph , may fail due memory errors if have data.

enter image description here

also, there neoprofiler. it's tool claims ask. never tried , didn't many updates lately. still worth try: https://github.com/moxious/neoprofiler


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -