sierra.core.storage#
Trampoline bindings for the various storage plugins that come with SIERRA.
See New Storage Plugin (--storage) for more details.
Functions#
Module Contents#
- sierra.core.storage.df_read(path: pathlib.Path, medium: str, **kwargs) polars.DataFrame[source]#
Dispatch "read from storage" request to active
--storageplugin.
- sierra.core.storage.df_write(df: polars.DataFrame, path: pathlib.Path, medium: str, **kwargs) None[source]#
Dispatch "write to storage" request to active
--storageplugin.