1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 08:35:42 +02:00
Fixed the name of the tool (Perfect->Prefect)

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Daniel Wolff
2025-09-03 08:49:48 -03:00
committed by GitHub
parent 0e7afe3c99
commit 36af3ddcf1

View File

@@ -1,8 +1,8 @@
# Perfect
# Prefect
Prefect is an open-source orchestration engine that turns your Python functions into production-grade data pipelines with minimal friction. You can build and schedule workflows in pure Python—no DSLs or complex config files—and run them anywhere you can run Python. Prefect handles the heavy lifting for you out of the box: automatic state tracking, failure handling, real-time monitoring, and more.
Visit the following resources to learn more:
- [@official@Perfect Docs](https://docs.prefect.io/v3/get-started)
- [@official@Prefect Docs](https://docs.prefect.io/v3/get-started)
- [@video@Getting Started with Prefect](https://www.youtube.com/watch?v=D5DhwVNHWeU)