Local Storage

Connect & Ingest data from / into a your local disk

Sling Env File YAML

See here to learn more about the sling env.yaml file.

connections:
  LOCAL:
    type: local
    url: file:///tmp

Sling CLI Usage

You can simply refer to a file with the --src-stream or --tgt-object flag. See here for examples.

Last updated