alibaba/GraphScope

Support wildcards when loading from files

Open

#2,936 opened on Jun 27, 2023

View on GitHub
 (14 comments) (2 reactions) (0 assignees)HTML (2,401 stars) (301 forks)batch import
component:gaecomponent:vineyardgood first issue

Description

For example:

graph.add_edges('/data/person/*.csv')

We support wildcards in oss and hdfs, (by fsspec) but not for local files.

Contributor guide

Support wildcards when loading from files · alibaba/GraphScope#2936 | Good First Issue