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

Graphql server metadata store #1760

Open
miratepuffin opened this issue Sep 7, 2024 · 0 comments
Open

Graphql server metadata store #1760

miratepuffin opened this issue Sep 7, 2024 · 0 comments
Assignees
Labels
GraphQL Features/Issues for our GraphQL service Rust Core Features/Fixes within the core of Raphtory

Comments

@miratepuffin
Copy link
Collaborator

There are several pieces of information about the graphs that it doesn't make sense to store directly on them. This is especially the case for elements which do not update reguarly, but need to be read all of the time.

It is suggested to add a small metastore via something like sqlite which manages this information. This can then also be extended to manage the list of available graphs.

@miratepuffin miratepuffin added Rust Core Features/Fixes within the core of Raphtory GraphQL Features/Issues for our GraphQL service labels Sep 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GraphQL Features/Issues for our GraphQL service Rust Core Features/Fixes within the core of Raphtory
Projects
None yet
Development

No branches or pull requests

2 participants