Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好吧,我在 gephi 工作,我有一个插件,通过它我将图形导出到 neo4j。导出后,它会变成包含 10-12 个文件的文件夹。
现在我已经在我的系统中安装了 neo4j 数据库并在其中运行服务器
localhost:7474
它正在显示 neo4j 控制台。
现在我的问题是如何分析我在neo4j控制台的帮助下从gephi导出的neo 4j文件夹这可能吗
好吧,我可能对这整个概念很陌生
谢谢
在您的 neo4j 文件夹中,您肯定有一个 conf 目录,其中包含文件“neo4j-server.properties”。
在顶部,您只需输入数据库的路径:
# location of the database directory org.neo4j.server.database.location=path/to/data.db
其中 data.db 是 neo4j 数据库目录。