HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
129 stars 53 forks source link

Enable Posix storage #39

Closed jreadey closed 4 years ago

jreadey commented 4 years ago

Enable posix storage to be used rather than object storage.

jreadey commented 4 years ago

This is implemented now with https://github.com/HDFGroup/hsds/blob/master/hsds/util/fileClient.py (which using aiofiles for async file access).

runall.sh has been updated to invoke https://github.com/HDFGroup/hsds/blob/master/docker-compose.posix.yml if the ROOT_DIR environment variable has been set.