SimStack

About SimStack

Python workflow automation as a service

SimStack is a SaaS platform for building, scheduling, and running Python workflows. You define nodes, which automaticall connect into graphs, and execute jobs on runners while metadata and results live in a central database. For API details, workflow concepts, and server configuration, see the SimStack server documentation.

Database and runners

Every SimStack deployment needs two core components: a database that stores users, workflows, job history, and artifacts, and runners that execute Python workflow steps. Runners pull work from the server, run your code in isolated processes, and report results back.

Self-hosted vs cloud

ComponentSelf-hostedCloud
DatabaseYou provide and operate your own database on your premises.SimStack provisions and manages the database for your workspace.
RunnersYou install and maintain runners on your own infrastructure.SimStack provides runners on cloud resources in our data centers.
Job executionProcesses run on hardware you control.Processes run on cloud VMs sized according to each job's resource configuration.
BillingFixed monthly subscription. See self-hosted plans.Pay-as-you-go from cloud credits based on runner size and runtime. See cloud billing.

In self-hosted mode you retain full control: the SimStack server, database, and runners all run where you deploy them. In cloud mode the database and runners are managed locally within your SimStack workspace, but job processes are executed on cloud resources. The runner size (vCPU, memory, and disk) is selected per job through its resource configuration — larger workflows can request a bigger plan from the table below.

Cloud runner pricing

When a cloud job starts, SimStack allocates a runner matching the job's resource profile. Usage is billed from your prepaid cloud credits at the rates below.

PlanvCPURAMSSDMax / monthPer hour
CPX1122 GB40 GB52,47 €0,0840 €
CPX2134 GB80 GB95,97 €0,1539 €
CPX3148 GB160 GB187,47 €0,3003 €
CPX41816 GB240 GB361,47 €0,5793 €
CPX511632 GB360 GB713,97 €1,1442 €
CPX1212 GB40 GB46,47 €0,0744 €
CPX2224 GB80 GB58,47 €0,0936 €
CPX3248 GB160 GB106,47 €0,1707 €
CPX42816 GB320 GB208,47 €0,3342 €
CPX521224 GB480 GB301,47 €0,4830 €
CPX621632 GB640 GB389,97 €0,6249 €

Ready to get started? Create an account or compare service plans.