HDFGroup / hsds

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

Enable query for creation order for links and attributes #227

Closed jreadey closed 1 year ago

jreadey commented 1 year ago

Enable links and attributes to listed by lexographic order (the default) or creation order. We already store a creation timestamp with the link and attribute json, so this shouldn't require any format changes.

jreadey commented 1 year ago

Implemented in PR: https://github.com/HDFGroup/hsds/pull/225.