I'm new to prefect. Took some time to find out wha...
# ask-community
m
I'm new to prefect. Took some time to find out what Orion is. It seems to be a prefect 2.0? Should I, as a beginner go straight to Orion? Or stick to Prefect 1?
a
You're spot on, Orion will be considered Prefect 2.0 in the future - for now it's released as a technical preview so that we can gather user feedback as we develop it. Since Orion is in a technical preview, we don't recommend using it in a production setting just yet. So if you need to run some workflows in production, we recommend starting with Prefect 1.0 and Prefect Cloud. But if you are currently running flows only locally. you can use Orion right away.
Given the similarity of the Orion and Core client APIs, upgrading should require minimal effort on users' behalf. But we will also provide upgrade guides and tools to make Orion adoption as easy as possible for Prefect 1.0 users.
m
Thx Anna.
👍 1