common-workflow-language / common-workflow-language/schema_salad
RFE: fetch directly JSON from HDF5 files?
Open
- Dominant language
- Python
- Stars
- 86
- Forks
- 64
- Avg merge
- 19h 24m
- Merged PRs (30d)
- 19
Description
Would it be possible with slight changes in the resolving logic to support fetchers that produce YAML directly?
What i have specifically in mind is to read HDF5 files, either with pandas, or using the [client-library](https://github.com/HDFGroup/h5pyd) of the newly published [HDFServer+HDFJson standards](https://support.hdfgroup.org/projects/hdfserver/).
For both, i would need to:
- craft "deep-linking" URLs into the HDF5 files,
- modify the fetch-procedure to use one of the 2 access methods.
What would be the API changes needed to accomdate this?
Contributor guide
Assessment
This issue has not been assessed yet.