Skip to content

kiara.data.registry.store

LocalDataStore

An implementation of a kiara data registry that stores data locally, so it can be accessed across sessions.

Data is stored under the value for the configured 'base_path' attribute, along with LoadConfig data that describes how the data can be re-loaded into memory.

SavedValueInfo pydantic-model

load_config: LoadConfig pydantic-field required

The configuration to load this value from disk (or however it is stored).

save_lineage: ValueLineage pydantic-field required

Information about how the value was saved.