Re: [Neo4j] Getting started with Ruby

2011-05-11 Thread Max De Marzi Jr.
I think each has their place. This is how I see it: If you're going "all in" (your graph db is your primary db) then use the Andreas Neo4j.rb gem. If you're not, (your graph db is used as a secondary db or as an index for graph specific tasks) then it may be easier to use my Neography gem. I bel

Re: [Neo4j] Getting started with Ruby

2011-05-11 Thread Adriano Henrique de Almeida
I'll put some cons, but the pros are just the opposite for the other. - Well, one con that comes to my mind regarding the use of the embedded API that you're attached to JRuby and maybe you want/have to use plain MRI, Rubinius or something else. - One con that I can think on the REST API is netwo

[Neo4j] Getting started with Ruby

2011-05-11 Thread Evan Haveman
Can someone outline the pros and cons of using Neo4J's embedded API vs its REST API given Ruby as the preferred language. One pro of the embedded API is I believe it is more complete than the REST API -- what is the REST API missing? One pro of the REST API is that my configuration is much simp