- pandas dataframes are very common in our setting
- hdf5 enables collections of data, storage of meta data and compression in one file format
- as the same data file might be used with different plots it is necessary that not plot specific data is stored in this file. All plot specific data should be stored in the plot config
- needed for example for different plot legends in different languages
- metadata needs to be serialized for secure storage and json is the most common format