toasty.pipeline.local_io Module

Pipeline I/O using the local filesystem as a storage backend.

Note that pipeline processing always uses the local filesystem for intermediate steps. This module is for scenarios where the final long-term storage of processed data should also involve the local filesystem.

Classes

LocalPipelineIo(path_prefix)

I/O for pipeline processing using the local disk.