Sunset for h5serv

John Readey, The HDF Group Before there was HSDS, there was h5serv. Released in 2015, h5serv was the first implementation of the HDF Rest API. Designed mainly as a way to demonstrate the RESTful interface for HDF, h5serv had a fairly simple implementation: A single threaded application that on receiving an HTTP request, made the

Aggregation for Cloud Storage

If you’ve spent much time working with public repositories of HDF5 data, you’ll often see data organized as a large collection of files where the files are organized by time, geographic location or both. If you are using HSDS, there’s some good news in that you can use these collections as is and also have an aggregated view with HSDS.

HDF Cloud News – 11-28-22

News on the H5PYD v0.12.0 release and an install guide for running HSDS on Tencent Cloud.

Deep Dive: HSDS Container Types

HSDS (Highly Scalable Data Service) is described as a “containerized” service, but how are these containers organized to create the service?

HSDS Streaming

Highly Scalable Data Service principal architect John Readey covers an update to the Highly Scalable Data Service. The max request size limit per HTTP request no longer applies with the latest HSDS update. In the new version large requests are streamed back to the client as the bytes are fetched from storage. Regardless of the size of the read request, the amount of memory used by the service is limited and clients will start to see bytes coming back while the server is still processing the tail chunks in the selection. The same applies for write operations—the service will fetch some bytes from the connection, update the storage, and fetch more bytes until the entire request is complete. Learn more about this update, plus check out John’s benchmark results using a couple of different MacBook Pros and his new DevOne laptop.

Adopting HDF5 for Simulation Data in EDEM Software

Why do we use HDF5? We moved to HDF5 for our simulation data in 2016 from using our own proprietary file format. HDF5 had been on our radar for some time and we spent a couple of years investigating it and other file formats before deciding which we should switch to. HDF5 met all the criteria we had at the time. Amongst the criteria were: performance in speed and size, an accepted standard for scientific data, being open source, providing additional tools.

2016 Newsletters

Release of HDF5-1.8.18 (Newsletter #152) – 11/16/16 Release of HDF Java Products for HDF5-1.8 (HDFView 2.13, HDF JNI 3.2.1) (Newsletter #151) – 7/25/16 Release of HDF 4.2.12 (Newsletter #150) – 6/30/16 Release of HDF5-1.10.0-patch (Bulletin) – 5/26/16 Release of HDF5-1.8.17 (Newsletter #149) – 5/13/16 Release of HDF5-1.10.0 (Newsletter #148) – 3/31/16

To Serve and Protect: Web Security for HDF5

HDF Server is a new product from The HDF Group which enables HDF5 resources to be accessed and modified using Hypertext Transfer Protocol (HTTP). The newest version of HDF Server provides exciting capabilities for accessing data in an easy and secure way.

Easy access to the NASA HDF products via OPeNDAP’s Hyrax

MuQun (Kent) Yang, The HDF Group Many NASA HDF and HDF5 data products can be visualized via the Hyrax OPeNDAP server through Hyrax’s HDF4 and HDF5 handlers.  Now we’ve enhanced the HDF5 OPeNDAP handler so that SMAP level 1, level 3 and level 4 products can be displayed properly using popular visualization tools. Organizations in

Scroll to Top