Matt
ATApache TinkerPop
•Created by Matt on 2/3/2025 in #questions
cypher-gremlin-console-plugin with Tinkerpop 3.7.2
Have anyone managed to get the cypher-gremlin-console-plugin v1.0.4 or another version working with Tinkerpop 3.7.2 ?
The latest published version of the plugin seem to only work for Tinkerpop 3.4 which is pretty old.
The problem seems to be that in v3.7.2 some required classes were moved or refactored into different packages. Hence, the plugin throws ClassNotFound exceptions.
I have managed to checkout the repo and patch the source using Tinkerpop 3.7.2 but it seems some of my guesses for the refactored packages were wrong ! Although my new plugin version seems to install, I get error message when running the simplest cypher query:
:> MATCH (e:Job) RETURN e.name
No such property: Job for class: Script241
Type ':help' or ':h' for help.
Display stack trace? [yN]
Any idea welcome !
It seems the project in github is dead or very inactive ! https://github.com/opencypher/cypher-for-gremlin/tree/master/tinkerpop/cypher-gremlin-console-plugin3 replies