Janus support of openCypher or GQL

Is this in the roadmap somewhere?
2 Replies
porunov
porunov2w ago
Translation of query languages is better suited in the Gremlin group I believe, so you could check more up-to date information on supported TinkerPop query languages in their Discord group. That said, there are solutions (I didn’t test them personally): 1. GQL to Gremlin compiler: https://github.com/WSaffery/GQL-Compiler 2. openCypher to Gremlin: https://github.com/opencypher/cypher-for-gremlin As such, you can translate your openCypher or GQL or SPARQL into Gremlin language which will be evaluated by JanusGraph.
GitHub
GitHub - WSaffery/GQL-Compiler: A compiler/transpiler from GQL to G...
A compiler/transpiler from GQL to Gremlin, with an optimiser built for labelled subgraph queries. - WSaffery/GQL-Compiler
GitHub
GitHub - opencypher/cypher-for-gremlin: Cypher for Gremlin adds Cyp...
Cypher for Gremlin adds Cypher support to any Gremlin graph database. - opencypher/cypher-for-gremlin
porunov
porunov2w ago
Here is also TinkerPop Wide about GQL to Gremlin: https://youtu.be/Kd0i-ieni6M
Apache TinkerPop
YouTube
TinkerPop Wide: GQL to Gremlin
Apache TinkerPop™ is a graph computing framework for graph systems and the home of the Gremlin graph traversal language. TinkerPop Wide streams offer an opportunity to hear from the wider community on their experiences with TinkerPop or graphs in their building of libraries, tools, graph systems or other applications. In this session, we hear f...

Did you find this page helpful?