问题
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