Speaker
John Readey
(HDF Group)
Description
Hands on tutorial for running HSDS. HSDS is a RESTful service for HDF data that can be used in cloud, desktop, or HPC environments. Tutorial will cover:
HSDS architecture
Installing HSDS
Configuration Options
HSDS command line tools
HSDS compression
Accessing HSDS with REST, Python, and C (rest-vol)
TO JOIN THE TUTORIAL, YOU NEED:
Install Anaconda Python from: https://www.anaconda.com/download
Create an anaconda environment: \$ cond create -n hsdsworkshop python=3.9
Activate the environment: \$ conda activate hsdsworkshop
Install hsds: \$ pip install hsds
Install h5py: \$ pip install h5py
Install h5pyd: \$ pip install h5pyd
Primary author
John Readey
(HDF Group)