Skip to main content
Version: 0.6

artifacts

superduper.base.artifacts

Source code

ArtifactStore​

ArtifactStore(self,
conn: Any,
name: Optional[str] = None,
flavour: Optional[str] = None)
ParameterDescription
connconnection to the meta-data store
nameName to identify DB using the connection
flavourFlavour of the artifact store

Abstraction for storing large artifacts separately from primary data.

FileSystemArtifactStore​

FileSystemArtifactStore(self,
conn: Any,
name: Optional[str] = None,
flavour: Optional[str] = None,
files: str = '',
blobs: str = '')
ParameterDescription
connRoot directory of the artifact store.
nameName of the artifact store.
flavourFlavour of the artifact store.
filesSubdirectory to use for files.
blobsSubdirectory to use for blobs.

Abstraction for storing large artifacts separately from primary data.