Initial load of Neo4j db from a xml file
neo4j
Solution
There is graphML which can be loaded into almost any graphdb using the blueprints GraphML loader
Problem
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!!