sierra.core.storage#

Trampoline bindings for the various storage plugins that come with SIERRA.

See New Storage Plugin (--storage) for more details.

Functions#

df_read(→ polars.DataFrame)

Dispatch "read from storage" request to active --storage plugin.

df_write(→ None)

Dispatch "write to storage" request to active --storage plugin.

Module Contents#

sierra.core.storage.df_read(path: pathlib.Path, medium: str, **kwargs) polars.DataFrame[source]#

Dispatch "read from storage" request to active --storage plugin.

sierra.core.storage.df_write(df: polars.DataFrame, path: pathlib.Path, medium: str, **kwargs) None[source]#

Dispatch "write to storage" request to active --storage plugin.