I am using jruby-1.7.6 and neo4j 2.0.1.
There is a Pacer Gem and pacer-neo4j gem that provides
Pacer::GraphML.import
which can be used to import GraphML file into neo4j.
What to do about GraphSON file? What are other options to Is pacer only way to import GraphML file to neo4j through ruby?