So using a language driver would be a better choice over working with just the REST api? If I go with NodeJS is there a preferred driver? node-neo4j: https://github.com/thingdom/node-neo4j (Waiting on 2.0 support) seraph: https://github.com/brikteknologier/seraph (Supports 2.0)
On Monday, 27 January 2014 02:21:05 UTC+13, Michael Hunger wrote: > > They provide idiomatic access patterns for each language. Also before > Neo4j 2.0 many of the approaches mirrored the REST API which mirrors the > core Java API, both of which are not performant for over-the wire > operations. > > With cypher we're moving more to approaches that mirror sql based > approaches in each language/ecosystem, i.e. sending parametrized string > queries to a server and receiving (tabular) results back. > > > On Sun, Jan 26, 2014 at 1:47 PM, Brennan Kinney > <[email protected]<javascript:> > > wrote: > >> As I'm new to using REST, can anyone explain what these language drivers >> do? If I understand right, the REST api could be used without them, so >> they're providing something on top of that in each language that makes it >> easier to work with than just working with the REST api alone? >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
