GraphScope
GraphScope copied to clipboard
feat(interactive): Refactor loader to enabling loading progress tracking in admin service
Interactive admin service currently use a subprocess invoke bulk_loader to import data to graph. But the graph loading subprocess will block the http request, until loading process succeed/failed.
Refactor the procedure in a non-blocking manner, return the subprocess id as a unique id. The client can use this unique id to query the job progress.
/cc @zhanglei1949, this issus/pr has had no activity for for a long time, could you folks help to review the status ? If this issue/pr is waiting for further response from the reporter/author, please help to add the label requires-further-info to suppress further notification. If this issue/pr is not in your queue, please unassign yourself from it to avoid been notified again.
Closed since implemented in https://github.com/alibaba/GraphScope/pull/3605