h5serv
h5serv copied to clipboard
Reference service implementation of the HDF5 REST API
When trying to build a clean Docker image from the source code, the following error happens when running: ```shell $ git clone --depth=1 --recursive https://github.com/HDFGroup/h5serv.git ... $ cd h5serv $...
The instructions state that after cloning the repository, run cd h5serv python h5serv however h5serv.py isn't in this directory. I also tried running python app.py, however h5serv.py is a dependency....
I just installed 5hserv on Windows 10 using Conda. After running the 'testall.py' script everything passes except for the last test. This was the error: FAIL: testGetExternalLinkDomain (__main__.LinkTest) ---------------------------------------------------------------------- Traceback...
While trying to install h5serv, I encountered the following error: ``` PS D:\hdf_related\h5serv> python h5serv Using logfile: h5serv.log password_uri config: util/admin/passwd.h5 Setting log level to: INFO INFO:app.py:3312::log test favicon_path: favicon.ico...
I'm having some trouble on set-up and was disappointed to find a placeholder under the tutorials section. Would be really helpful to have a quick walkthrough on making some basic...
I encountered an issue with the [h5serv docker image available on Docker Hub](https://hub.docker.com/r/hdfgroup/h5serv). With this docker image, I was able to access data in h5 files through direct HTTP requests:...
I setup two processes to utilize 2 CPU cores. They read the same hdf file. One succeeds, another fails because of lock.
Hello I was wondering if the was a way to possibly identify or associate the resqml hdf5 uuid with the one automatically generated on the h5serv in the dataset?
I am trying to convince my team that hdf5 is the correct data storage tool for us. I need a quick way of showing them how data is stored and...
In documentation of under [Mapping of file paths to domain names](http://h5serv.readthedocs.io/en/latest/DomainOps/index.html#mapping-of-file-paths-to-domain-names) it says > For path names that include non-alphanumeric charters, replace any such characters with the string ‘%XX’ where...