gchq / Gaffer

A large-scale entity and relation database supporting aggregation of properties
Apache License 2.0
1.75k stars 354 forks source link

Add opencypher translator to GafferPop #3222

Closed tb06904 closed 1 month ago

tb06904 commented 1 month ago

Describe the new feature you'd like There exists a opencypher -> gremlin translator in the opencypher project that could be integrated into our tinkerpop implementation so that you can run cypher queries via the gremlin interface.

Why do you want this feature? Would give a best of both worlds allowing users more familiar with cypher a way to query the graph.

Describe alternatives you've considered Writing our own cypher layer for Gaffer would take a long time and be bespoke this would give us a quick implementation hopefully without much work.

Additional context https://github.com/opencypher/cypher-for-gremlin