Skip to content

Latest commit

 

History

History

DataStorage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Data storage

Data storage is a non-trivial issue in the context of high performance and scientific computing. Several approaches are illustrated here.

What is it?

  1. Hdf5: data format that supports hierarchical and platform independent, storage and annotation.
  2. NetCDF: data format that supports hierarchical and platform independent, storage and annotation.
  3. Redis: high performance data structure server.
  4. Sql: some examples of interacting with and the design of relational databases for storing, e.g., research data.