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?
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.
also, there neoprofiler. it's tool claims ask. never tried , didn't many updates lately. still worth try: https://github.com/moxious/neoprofiler


Comments
Post a Comment