alibaba/GraphScope

Support wildcards when loading from files

Open

#2 936 ouverte le 27 juin 2023

Voir sur GitHub
 (14 commentaires) (2 réactions) (0 assignés)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.

Guide contributeur