Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neo4j / gexf time dependent graphs: what about Gremlins #2

Open
seinecle opened this issue Feb 6, 2013 · 1 comment
Open

neo4j / gexf time dependent graphs: what about Gremlins #2

seinecle opened this issue Feb 6, 2013 · 1 comment
Labels

Comments

@seinecle
Copy link

seinecle commented Feb 6, 2013

Hi,
Just a question, I wondered if using Gremlin (https://github.com/tinkerpop/gremlin/wiki) instead of Cypher would change anything to this use case - in terms of clarity / ease of use of the query, and maybe in terms of performance even (if the syntax of Gremlin leads to a different logic in the query).

Best,

Clement

@ccattuto
Copy link
Member

Hi Clement, thanks for your comments.
We did try to rewrite a couple of those queries in Gremlin, and we obtained execution times comparable to those of the Cypher queries. The declarative form of Cypher allows to write new relevant queries with very little effort and without knowledge of traversers. However, we didn't perform an extensive comparison of the two approaches. We would be very happy to integrate tests and results based on Gremlin.
Best, Ciro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants