hdf5-reader-service#

Code CI Docs CI Test Coverage Latest PyPI version Apache License

Microservice for reading HDF5 data and serving it via REST, aimed at performance and concurrency

PyPI

pip install hdf5-reader-service

Source code

DiamondLightSource/hdf5-reader-service

Documentation

https://DiamondLightSource.github.io/hdf5-reader-service

Releases

DiamondLightSource/hdf5-reader-service

To run a basic server:

hdf5-reader-service --host <host> --port <port>

How the documentation is structured#

The documentation is split into 2 sections:

The User Guide contains documentation on how to install and use hdf5-reader-service.

The Developer Guide contains documentation on how to develop and contribute changes back to hdf5-reader-service.