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 an explain step to GafferPop #3246

Open tb06904 opened 1 week ago

tb06904 commented 1 week ago

Describe the new feature you'd like It would be useful to have an explain step in GafferPop to show what Gaffer operations will be ran for a given Gremlin query. This would be similar to the step in Neptune

Why do you want this feature? Gives a clearer idea of the mapping of Gremlin -> Gaffer for the user to help them make more efficient queries.