Bucket

Logical group of related jobs for better organization and control.


Generated Folder Structure

Initialization creates the following structure:

$ tree
.
├── data
│   └── maand.db
├── logs
├── maand.conf
├── secrets
│    ├── ca.crt
│    └── ca.key
└── workspace
    ├── bucket.conf
    ├── docker
    │   ├── Dockerfile
    │   └── requirements.txt
    ├── jobs
    └── workers.json

7 directories, 8 files


Generated Files and Directories