Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.46 KB

File metadata and controls

23 lines (16 loc) · 1.46 KB

CI Coverage PyPI License

hdf5_reader_service

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

To run a basic server::

hdf5-reader-service --host <host> --port <port>
Source https://github.com/DiamondLightSource/hdf5-reader-service
PyPI pip install hdf5-reader-service
Docker docker run ghcr.io/diamondlightsource/hdf5-reader-service:latest
Documentation https://diamondlightsource.github.io/hdf5-reader-service
Releases https://github.com/DiamondLightSource/hdf5-reader-service/releases

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