https://prefect.io logo
Title
k

Ketan Bhikadiya

05/04/2020, 4:38 PM
New to prefect : Do we need to install/setup anything locally if we use prefect cloud ?
k

Kyle Moon-Wright

05/04/2020, 4:48 PM
Welcome @Ketan Bhikadiya! You won’t need anything installed to access the Cloud client (just a Cloud account), however you will need Prefect installed, as well as Docker and Docker Compose, to get Core/Server running locally. Here’s a good place to start to get everything off the ground: https://docs.prefect.io/orchestration/tutorial/configure.html#spin-up-prefect-core-s-server
k

Ketan Bhikadiya

05/04/2020, 4:54 PM
thank you @Kyle Moon-Wright We are using windows 2016, where our ELT tool is installed. docker do not works on Windows 2016. this means we can not use prefect core(open source) or prefect cloud(Paid version). Is this correct?
k

Kyle Moon-Wright

05/04/2020, 5:05 PM
You still can! Though you’ll be unable to deploy your flow via Docker with Prefect Cloud, you’ll still be able to deploy a flow utilizing other storage types like S3, GCS, Azure, or a local deployment. Check out your options here: https://docs.prefect.io/orchestration/execution/storage_options.html
To clarify, Docker is only a hard requirement to explore the newly open-sourced UI when using only Core/Server (no Cloud).
k

Ketan Bhikadiya

05/04/2020, 6:22 PM
thank you