Attention
This project is still in an early phase of development.
The python API is not yet stable, and some aspects of the schema for the blueprint and workplan will likely evolve. Therefore whilst you are welcome to try out using the package, we cannot yet guarantee backwards compatibility. We expect to reach a more stable version in 2026.
Stager#
- class cstar.io.stager.Stager(source: SourceData)#
Bases:
ABCClass to handle the staging of data on the local filesystem for access by C-Star.
- retriever#
The Retriever associated with this Stager, for obtaining data before staging it
- stage:
Stages the data in a chosen local directory
Methods
Stager.stage(target_dir)Stage this data using an appropriate strategy.