gchq / Gaffer

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

Allow Proxy Store to allow some operations to execute locally #3190

Open tb06904 opened 5 months ago

tb06904 commented 5 months ago

It would be useful for Proxy Stores to be able to be configured to handle certain operations locally.

One use case for this is with Tinkerpop as we don't want to send the Generator operation to the remote end as it may not have the TInkerpop library, a work around was added in the following PR but it would be better to have this as a feature of the proxy store: Originally posted by @GCHQDeveloper314 in https://github.com/gchq/Gaffer/pull/3184#pullrequestreview-1976690728