Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.91 KB

README.rst

File metadata and controls

43 lines (31 loc) · 1.91 KB

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 https://github.com/DiamondLightSource/hdf5-reader-service
Documentation https://DiamondLightSource.github.io/hdf5-reader-service
Releases https://github.com/DiamondLightSource/hdf5-reader-service/releases

To run a basic server:

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

See https://DiamondLightSource.github.io/hdf5-reader-service for more detailed documentation.