-
Notifications
You must be signed in to change notification settings - Fork 45
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
gremlin to cypher #361
Comments
Hi Hashdhi, the best is probably to ask in the Neo4j community forum, but it seems you have already done that: This steelbridge thing Michael points to looks like what you are looking for, but unfortunately does not exist anymore. Bad luck, sorry. I do not know of anything else. |
have got 0.4.6 version of neo4j-gremlin-bolt e.g. Generated Cypher statement : |
our system is using a graph database( not neo4j )and it's live .
Wanted to migrate it to Neo4j.
we have used gremlin for graph traversal and approximately 10000 gremlin traversal queries(read intensive system) and impossible to translate each and every query to cypher .
It will lead to a very big change in the system , testing etc .
Hence we are looking for a gremlin to cypher translator which is something similar to open cypher library which converts cypher to gremlin.
Input is cypher query string and output is gremlin.
Similarly if we have any such library for taking gremlin query string as input and converting it to cypher query string so that we can seamlessly migrate our system.
The text was updated successfully, but these errors were encountered: