alibaba / alibaba/GraphScope

Construct a (sub)graph with serialized files (`.gsf`, graph serialized format/file)

Open
#1,610 0 comments 0 reactions 2 assignees Claimed by @acezen View on GitHub
component:vineyard
Dominant language
C++
Stars
3.6k
Forks
468
Avg merge
29m
Merged PRs (30d)
1

Description

As titled, this is a successor task of #1587 optimized for this scenario:
- a large graph `g1`, serialized to files, each file with one label, e.g., v1.gsfv, v2.gsfv, v3....., e1.gsfe, e2.gsfe....
- `g1` surely can rebuild from serialized files, when issue-1587 is done.
- now we may want to build a `g2`, with subset of vertex/edge labels of `g1`, says, v1.gsfv, v2.gsfv, e2.gsfe...
- an optional approach: build a new graph schema, load data from .gsf files.

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.