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

Is there a way to persist an entire graph and retrieve it using a single API? #5

Open
krish7919 opened this issue Feb 10, 2025 · 0 comments

Comments

@krish7919
Copy link

Hello, thanks for project, it seems promising for a use case I am trying to solve.

I want to understand if a graph can be persisted to the store and read in its entirety using a single store API and what would be the performance implication of recreating a Graph for every query to be resolved.

For example, in an online game in which the user goes from one vertex to the next, I plan to store vertex and edge data in the store. However, if the user quits the game and returns after a time, I want to be able to recreate the entire graph in memory from the persistent store.

Is this possible, as I only see the listvertex, listedges APIs in the store and not fetchgraph APIs!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant