问题
How would I export the data in my neo4j database for use in the gephi program? You can export it as json or csv in the dashboard but that doesnt work in gephi. I am using using neoclient right now to manage cypher queries but it seems like they do not have methods to do this.
回答1:
There is a Neo4j-Gephi plugin, but I don't believe it supports the most recent versions of Neo4j.
The best method is probably to use export functionality in neo4j-shell-tools to export to CSV or GraphML.
来源:https://stackoverflow.com/questions/33767482/neo4j-export-to-gephi