cayleygraph / cayley

An open-source graph database
https://cayley.io
Apache License 2.0
14.83k stars 1.25k forks source link

Implement Cayley as a QuadStore backend for Cayley #938

Open ermik opened 4 years ago

ermik commented 4 years ago

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.

trivigy commented 3 years ago

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

ermik commented 3 years ago

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