Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Cayley as a QuadStore backend for Cayley #938

Open
ermik opened this issue Jun 7, 2020 · 2 comments
Open

Implement Cayley as a QuadStore backend for Cayley #938

ermik opened this issue Jun 7, 2020 · 2 comments
Labels

Comments

@ermik
Copy link

ermik commented Jun 7, 2020

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
Copy link

trivigy commented Mar 30, 2021

@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
Copy link
Author

ermik commented Mar 30, 2021

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

@dennwc dennwc added the backends label Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants