Initial load of Neo4j db from a xml file

痞子三分冷 提交于 2020-01-14 13:55:30

问题


Can a xml ( and the relationship it has between entities ) be used to initially populate a Neo4j db?

Can Neo4j or some graph db automatically parse out the relationship between the entities, and then load up the db. I guess, I can later add more details to the relationship?

P.S.: I am reading up on Neo4j, but this can be any graph db.

Thanks!!


回答1:


There is graphML which can be loaded into almost any graphdb using the blueprints GraphML loader



来源:https://stackoverflow.com/questions/10124216/initial-load-of-neo4j-db-from-a-xml-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!