0

I had a csv file of my graph data. I imported this data to Neo4j using the Neo4j plugin available for Gephi. Now, I want this data to be exported as a jSON file. How can I do that?

4

2 回答 2

0

Iirc,Neoclipse 可以从 neo4j 数据库中导出数据。不幸的是,在我回家之前我无法检查这个。

于 2013-10-01T10:51:25.767 回答
0

我在 php 中找到了一个很好的包。另一种方法是构建自己的包。

还有一些其他语言的包,在 python 中,我发现py2neo是最新的。但是 Json 不是处理图表的最佳方式,您可能想看看 Geoff。Py2neo 可以提供帮助。

于 2015-11-10T10:52:36.817 回答