Deployment Overview
Host with us
You can try Sirveo without any infrastructure setup using our temporary sandbox environments. Cloud-hosted production environments will be generally available soon.
Self-host
You can run Sirveo on your own infrastructure, whether in the cloud or on-prem. Sirveo is deployed as a single binary, which includes the flow engine, management API and web interfaces.
The server’s only dependency is a PostgreSQL database. Version 9.4 or later is supported.
By design, Sirveo has no on-disk side-effects, and stores all data in the configured database. This simplifies running Sirveo in containerized environments, as no persistent volumes are required.
Obtain a license
Request a free, 30-day evaluation license here.
Downloads
Binaries are available for 64-bit Linux, Mac and Windows.
Docker images
Official Docker images are available, with guidance on building your own.
Compute requirements
For typical API automation, how much CPU and memory does Sirveo need?
We recommended the following approach for initial sizing.
-
Determine how many tasks you want to run per day
-
Use this as a starting point
Flow runs / day CPUs Memory < 100,000 1 0.5 GB 100K to 1 million 2 1 to 2 GB 1 to 2 million 4 to 6 2 to 4 GB 2 to 3 million 6 to 8 4 to 8 GB -
See the benchmarking guide for how to establish performance limits and resource utilization, for your specific workload.