v6d-io / v6d

vineyard (v6d): an in-memory immutable data manager. (Project under CNCF, TAG-Storage)
https://v6d.io
Apache License 2.0
829 stars 122 forks source link

[GraphAr]: Support dumps subgraph to graphar #1812

Closed acezen closed 6 months ago

acezen commented 6 months ago

Describe your problem

related to the discussion, GraphScope is going to support select a subgraph directly to dumps to graphar. So GarFragmentLoader and ArrowFragmentWriter needs to support load/write graph to graphar with a selected vertices/edges.


Implement this feature, need to do:

Additional context

related PR of GraphScope: https://github.com/alibaba/GraphScope/pull/3610