cayley icon indicating copy to clipboard operation
cayley copied to clipboard

Implement Cayley as a QuadStore backend for Cayley

Open ermik opened this issue 5 years ago • 2 comments
trafficstars

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-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.

ermik avatar Jun 07 '20 14:06 ermik

@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.

trivigy avatar Mar 30 '21 13:03 trivigy

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! 👍🏻

ermik avatar Mar 30 '21 23:03 ermik