Get Started
1. Initialize the Database
singularity admin init2. Connect to Storage Systems
2a. Add a local file system
singularity storage create local --name "my-source" --path "/mnt/dataset/folder"2b. Add a S3 data source
singularity storage create s3 aws --name "my-source" --path "public-dataset-test"3. Create a preparation
4. Run the preparation worker
5. Check the preparation status and result
Last updated
Was this helpful?