0

i'm playing around with a lot of nodes and i really like neo4j! but i couldn't figure out how i export my embedded graph to a gml or similar standard graph file to visualise it in a third party app.

Do you have any example code for me?

thanks in advance! jörn

Jörn
  • 845
  • 5
  • 16

2 Answers2

0

You should check out saveGML method of Gremlin(a graph traversal language)

VolkanT
  • 574
  • 5
  • 10
0

You can see an example of that via REST at http://docs.neo4j.org/chunked/snapshot/gremlin-plugin.html#rest-api-load-a-sample-graph, in that case importing GML.

Peter Neubauer
  • 6,311
  • 1
  • 21
  • 24