Official project template for dotflow β the lightweight Python library for execution pipelines.
Deploy your dotflow pipelines to any major cloud provider. Choose a target platform during project creation and get all the infrastructure files you need β fully configured and ready to deploy.
| Command | Description |
|---|---|
dotflow init |
Scaffold a new project (interactive) |
dotflow cloud list |
Show available deployment platforms |
dotflow cloud generate --platform <name> |
Generate deployment files for an existing project |
dotflow deploy --platform <name> --project <name> |
Deploy to AWS, GCP, Alibaba, GitHub |
| Value | Icon | Platform | Deploy method | Guide |
|---|---|---|---|---|
none |
π« | β | β | β |
docker |
Docker | docker compose up |
Guide | |
lambda |
AWS Lambda | dotflow deploy |
Guide | |
lambda-scheduled |
AWS Lambda + EventBridge | dotflow deploy |
Guide | |
lambda-s3-trigger |
AWS Lambda + S3 Trigger | dotflow deploy |
Guide | |
lambda-sqs-trigger |
AWS Lambda + SQS Trigger | dotflow deploy |
Guide | |
lambda-api-trigger |
AWS Lambda + API Gateway | dotflow deploy |
Guide | |
ecs |
AWS ECS (Fargate) | dotflow deploy |
Guide | |
ecs-scheduled |
AWS ECS + EventBridge | dotflow deploy |
Guide | |
cloud-run |
Google Cloud Run | gcloud run deploy |
Guide | |
cloud-run-scheduled |
Cloud Run + Scheduler | gcloud |
Guide | |
kubernetes |
Kubernetes | kubectl apply |
Guide | |
azure-functions |
Azure Functions | π | β | |
azure-container |
Azure Container Apps | π | β | |
heroku |
Heroku | π | β | |
fly-io |
Fly.io | π | β | |
railway |
Railway | π | β | |
render |
Render | π | β | |
digital-ocean |
DigitalOcean App Platform | π | β | |
step-functions |
AWS Step Functions | π | β | |
aws-batch |
AWS Batch | π | β | |
app-runner |
AWS App Runner | π | β | |
cloud-functions |
Google Cloud Functions | π | β | |
cloud-workflows |
Google Cloud Workflows | π | β | |
cloud-tasks |
Google Cloud Tasks | π | β | |
pubsub-trigger |
Google Pub/Sub Trigger | π | β | |
azure-container-instances |
Azure Container Instances | π | β | |
azure-logic-apps |
Azure Logic Apps | π | β | |
azure-queue-trigger |
Azure Functions + Queue Trigger | π | β | |
github-actions |
GitHub Actions | dotflow deploy |
Guide | |
gitlab-ci |
GitLab CI | π | β | |
vercel |
Vercel | π | β | |
coolify |
Coolify | π | β | |
nomad |
HashiCorp Nomad | π | β | |
terraform |
Terraform | π | β | |
linode |
Linode (Akamai) | π | β | |
vultr |
Vultr | π | β | |
oracle-cloud |
Oracle Cloud | π | β | |
civo |
Civo | π | β | |
proxmox |
Proxmox | π | β | |
k3s |
K3s | π | β | |
alibaba-fc |
Alibaba Cloud Function Compute | dotflow deploy |
Guide | |
alibaba-fc-scheduled |
Alibaba Cloud FC + Timer Trigger | dotflow deploy |
Guide |