Skip to content

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

@krish7919

Description

@krish7919

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions