F2I-Consulting / fesapi

API for ENERGISTICS™ data standards (mainly RESQML™), multi-languages (C++, Java, C#, Python)
Apache License 2.0
34 stars 24 forks source link

To be able to read an EPC+H5 from memory #322

Open philippeVerney opened 1 year ago

philippeVerney commented 1 year ago

Is your feature request related to a problem? Please describe. I receive my files from network and not from file system

Describe the solution you'd like To be able to access those files from memory without having to write them on disk

Describe alternatives you've considered Write the files on disk but it has some obvious performance penalties

Additional context Minzip : https://stackoverflow.com/questions/16274100/open-file-from-memory-buffer-using-minizip HDF5 : https://docs.hdfgroup.org/hdf5/develop/group___h5_l_t.html#title36 Need to think about the glue between the EPC and H5 in memory since this is normally a relative file system path