Convert Neo4j DB to XML?

前端 未结 4 506
粉色の甜心
粉色の甜心 2020-12-28 07:54

Can I convert Neo4J Database files to XML?

4条回答
  •  时光取名叫无心
    2020-12-28 08:49

    Take a look at NoSqlUnit It has tools for converting GraphML to neo4j and back again.

    In particular, there is com.lordofthejars.nosqlunit.graph.parser.GraphMLWriter and com.lordofthejars.nosqlunit.graph.parser.GraphMLReader which read / write XML files to / from a neo4j database.

提交回复
热议问题