HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
110 stars 39 forks source link

Azure Blob Example #109

Closed thomasjgrady closed 1 year ago

thomasjgrady commented 2 years ago

Is there an example or canonical way of using this package with azure blob storage? I am attempting to read slices of an hdf5 file to an Azure VM instance from Azure Blob storage. Preferably with normal access tokens as opposed to SAS tokens. I have a single hdf5 file bar.h5 located in a container called foo. Thank you.

jreadey commented 2 years ago

The h5pyd package itself doesn't read from Azure blob storage, but you can used h5pyd with a HSDS server running on Azure. Have you tried that?

jreadey commented 1 year ago

Closing this issue - please re-open if you still have questions.