I have a gml
file that I read it with java in eclipse and I want to know how to store the result of the code below in neo4j
:
TinkerGraph graph = new TinkerGraph();
GMLReader gml= new GMLReader(graph);
gml.inputGraph("/home/salma/Desktop/celegansneural.gml");