Support loading graph from HuaWei Cloud OBS? #3314
-
Is your feature request related to a problem? Please describe. Describe the solution you'd like
Is this syntax currently supported or are there other ways to write ways to write it? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Does OBS support be read from a s3 sdk (boto3)? If it is, just change prefix to 's3' and give it a try. |
Beta Was this translation helpful? Give feedback.
-
And i support the file should end in .orc. we currently doesn't support assigning a filetype. |
Beta Was this translation helpful? Give feedback.
-
GraphScope==0.24.0 Support filetype="ORC". Does it mean that future new versions will not support the specified parameter filetype="ORC"? |
Beta Was this translation helpful? Give feedback.
-
Oh, sorry, I made a mistake. It's supported. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply. Loader("s3://datafiles/group.e", key='access-id', secret='secret-access-key', client_kwargs={'region_name': 'us-east-1'}) Could you guide me on how to set up the Endpoint? |
Beta Was this translation helpful? Give feedback.
-
Unfortunately I'm not familiar with OBS... If OBS is a must, you may consider implement a OBS driver follow apis of fsspec, here's a example of OSS |
Beta Was this translation helpful? Give feedback.
Unfortunately I'm not familiar with OBS...
After some searching for obs + s3, obs + boto3, and the sdk provided by huawei cloud, I didn't find any resources..
If OBS is a must, you may consider implement a OBS driver follow apis of fsspec, here's a example of OSS