> Am 30.04.2015 um 15:31 schrieb Kamilos <[email protected]>: > > Hi, > I'm looking for the best efficient language for testing Neo4J using Java. > So I have the choice between the Neo4J's native methods or use Gremlin (or > Cypher but I know that it's less efficient that the first two)
I wouldn't say that Cypher is less efficient, for many use-cases it is as efficient as the other two. Otherwise i'd go with the Java API and a server extension. Michael > > Le mercredi 29 avril 2015 13:52:37 UTC+2, Sumit Gupta a écrit : > hi, > > Your question is not very clear? What exactly do you want to know? > A better/ performance efficient language for testing Neo4j? or list of > languages supported by Neo4j2.x? > > In any case, you can use Scala or Java. Either of these will work. > Here are the details about drivers and their implementation languages - > http://neo4j.com/developer/language-guides/ > <http://neo4j.com/developer/language-guides/> > > Thanks, > Sumit > > > On Tuesday, 28 April 2015 19:49:57 UTC+5:30, Kamilos wrote: > Hi, > > I would like to test Neo4J performance and I hesitate between learning > Gremlin of the TinkerBlue Stack or using the native java API methods. > > I'm looking for the best performances, I saw that Gremlin is not supported by > Neo4j 2.0 ? > (https://groups.google.com/forum/#!searchin/neo4j/gremlin/neo4j/aaxly1mH2Q4/MKJqjtTu2nwJ > > <https://groups.google.com/forum/#!searchin/neo4j/gremlin/neo4j/aaxly1mH2Q4/MKJqjtTu2nwJ>) > > > So which one should I use if I want to get best performances from Neo4J ? > (typical queries would be: shortest path, BFS, get node by ID/name, etc.) > > > > > > -- > 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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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/d/optout.
