g = new Neo4jGraph('/pth/to/db', false)
Cheers,
/peter neubauer
Google: neubauer.peter
Skype: peter.neubauer
Phone: +46 704 106975
LinkedIn: http://www.linkedin.com/in/neubauer
Twitter: @peterneubauer
Tungle: tungle.me/peterneubauer
brew install neo4j && neo4j start
heroku addons:add neo4j
gremlin> graphstore = "C:\\temp\\graph1"
==>C:\temp\graph1
gremlin> Graph g = new Neo4jGraph(graphstore, false)
Could not find matching constructor for: com.tinkerpop.blueprints.pgm.impls.neo4
j.Neo4jGraph(java.lang.String, java.lang.Boolean)
==
No second argument, JAVDOC shows 'string path only',
http://goo.gl/ja6Re
Neo4jGraph
public Neo4jGraph(java.lang.String directory)
Thanks.
BTW: Is there a gremlin recipe/pattern collection / site?
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.