Hi, does anyone know whether I can integrate Prefe...
# ask-community
o
Hi, does anyone know whether I can integrate Prefect on-prem, as part of my product, without paying for a subscription?
k
There are two parts to Prefect. The core and the backend. The core is the interface you code in, the backend are the set of services that help with the orchestration. The backend you use can either be Prefect Cloud or Prefect Server (for Prefect 1). Cloud is our hosted version, Server if you hosting it. Server is fully open source and you can find it here
So you can host server on prem on your own infrastructure
o
Thanks @Kevin Kho! And the server doesn’t cost money?
k
No it’s free
478 Views