alibaba / alibaba/GraphScope

Launch GraphScope as a service

Open
#237 1 comment 0 reactions 2 assignees Claimed by @siyuan0322 View on GitHub
component:gie enhancement
Dominant language
C++
Stars
3.6k
Forks
468
Avg merge
29m
Merged PRs (30d)
1

Description

**Is your feature request related to a problem? Please describe.**

When the store of GraphScope is enabled, we may need to support launch GraphScope(or its storage module) as a service.
Maybe a separate executable binary(or a script) `gsctl` will help on this:
```bash
# launch a graphscope instance with a config file
$ gsctl start --config ./my_graphscope_cluster
> GraphScope instance gs12 is launched.
> Endpoint for session connection: 127.0.0.1:80996

# bulk-loader: import raw data stored in hdfs://tmp/files to a graph named `my_trans_graph` with myjob.jar
$ gsctl import --graph my_trans_graph --preprocess ./myjob.jar --files hdfs://tmp/files
> Processing data ... 5%
> Processing data ... 20%
> Processing data ... 95%
> Data import complete. Graph my_trans_graph is built.

$ gsctl stop --instance gs12
> Stopping...
> GraphScope instance gs12 is stopped.
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.