bio.store()¶
Sync a DAT to remote storage.
CLI¶
Python API¶
Behavior¶
During a run, results and reports are written directly to the local DAT folder. When you call store():
- Any cached in-memory data associated with the DAT is flushed to the filesystem
- The DAT is synced to remote cloud storage
This is the inverse of fetch() — fetch pulls from remote to local, store pushes from local to remote.
Status¶
Remote sync is planned for later. Currently, DATs exist only in the local filesystem.