You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API exposed through imports.go, allows us to query Cayley in native Go code, rather than write SQL-like Sprintf commands which are then parsed back into Go as it is done in cayleygraph/go-client.
It would be nice, if the Iterator operations could be relayed to another Cayley instance over gRPC, rather than sent to a "local" (i.e. owned) backing store accessed via hidal-go.
Meta.
The text was updated successfully, but these errors were encountered:
@ermik at the moment as far as I know there are no plans for introducing new features so if you want to take a stab at trying to implement it send a PR.
I think you're right, but we'll have to wait for the authors to come around to evaluate this. But I appreciate your interest and if you have any feedback on this — RFC! 👍🏻
Description
This is a feature request.
The API exposed through
imports.go
, allows us to query Cayley in native Go code, rather than write SQL-likeSprintf
commands which are then parsed back into Go as it is done in cayleygraph/go-client.It would be nice, if the
Iterator
operations could be relayed to another Cayley instance over gRPC, rather than sent to a "local" (i.e. owned) backing store accessed viahidal-go
.Meta.
The text was updated successfully, but these errors were encountered: