GraphScope
GraphScope copied to clipboard
feat(interactive): Do create the graph when receiving the graph schema for AdminService
Currently, when creating a new graph, we actually only dump the schema onto the disk and do not actually create a truly empty graph(here empty means no vertices nor edges are added to the graph). Because at the time when we implement AdminService, creating a graph without not data is not allowed.
Now as creating an empty graph is supported by storage, we can create a graph with no data, when receiving a create graph request.
/cc @zhanglei1949, this issus/pr has had no activity for for a long time, could you folks help to review the status ? \n To suppress further notifications,\n - for issues, \n - if it is waiting for further response from the reporter/author, please help to add the label requires-further-info, \n - if you have already started working on it, please add the label work-in-progress to the issue, \n - if this issue requires further designing discussion and not in current plan, or won't be fixed, please add the label requires-further-discussion or wontfix to the issue, \n - for pull requests, \n - if you are still working on it and it is not ready for reviewing, please convert this pull request as draft PR, \n - if you have decided to hold this development on, please add the requires-further-discussion label to the pull request. \n Thanks!
This issue can be resolved by opening an empty graph.