vesoft-inc / nebula-importer

Nebula Graph Importer with Go
Apache License 2.0
90 stars 60 forks source link

Support GCS #279

Closed OldPanda closed 1 year ago

OldPanda commented 1 year ago

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

I'd like to load several csv files from a GCS bucket. However, it's not supported by nebula importer yet.

Describe the solution you'd like

A native way to load those files from a GCS bucket via a yaml config file.

Describe alternatives you've considered

An alternative solution is to copy the files to an S3 bucket. But it takes too much efforts.

Additional context