PrefectHQ / prefect

Prefect is a workflow orchestration tool empowering developers to build, observe, and react to data pipelines
https://prefect.io
Apache License 2.0
15.29k stars 1.5k forks source link

Add OSS to the quickstart #14093

Closed djsauble closed 1 week ago

djsauble commented 1 week ago

The quickstart is cloud-centric. Because OSS is a popular path for first-time users, let's update the quickstart to give people the option of whether they want to go down the cloud or OSS path.

Closes https://github.com/PrefectHQ/prefect/issues/14029

This PR also converts the quickstart to ventilated prose to make future edits easier to review.

Example

Instead of creating separate quickstarts for cloud and OSS, let's add tabs to the existing quickstart to let people easily toggle between these paths. This approach doesn't require users to know in advance which path they want to go down, and it makes it easy to compare equivalent cloud and OSS code.

<Tabs>
  <Tab title="Cloud">
Cloud instructions
  </Tab>
  <Tab title="OSS">
OSS instructions
  </Tab>
</Tabs>

Checklist

Preview

https://prefect-bd373955-add_oss_to_the_quickstart.mintlify.app/3.0rc/get-started/quickstart