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.
是否可以使用 Java 在嵌入式 Neo4j 中将数据库作为 GraphML XML-File 导入?我尝试运行以下脚本但没有任何成功:
g.loadGraphML('graphMlFileLocation')
我无法使用此处描述的脚本引擎
还有另一种导入 GraphML XML 文件的方法吗?
最好的问候马克斯。
您可以使用 GraphMLReader 通过 Java 完成
http://www.tinkerpop.com/docs/javadocs/blueprints/2.3.0/com/tinkerpop/blueprints/util/io/graphml/GraphMLReader.html