{"data":{"slug":"prefecthq-prefect","name":"prefect","tagline":"Prefect is a workflow orchestration framework for building resilient data pipelines in Python.","github_url":"https://github.com/PrefectHQ/prefect","owner":"PrefectHQ","repo":"prefect","owner_avatar_url":"https://avatars.githubusercontent.com/u/39270919?v=4","primary_language":"Python","stars":22971,"forks":2377,"topics":["automation","data","data-engineering","data-ops","data-science","infrastructure","ml-ops","observability","orchestration","pipeline","prefect","python","workflow","workflow-engine"],"archived":false,"github_pushed_at":"2026-07-11T16:25:43+00:00","maintenance_label":"Very active","url":"https://www.graphcanon.com/tools/prefecthq-prefect","markdown_url":"https://www.graphcanon.com/tools/prefecthq-prefect.md","api_url":"https://www.graphcanon.com/api/graphcanon/tools/prefecthq-prefect","graph_url":"https://www.graphcanon.com/api/graphcanon/graph?tool=prefecthq-prefect","description":"Prefect is a workflow orchestration framework for building resilient data pipelines in Python.","homepage_url":"https://prefect.io","license":"Apache-2.0","open_issues":800,"watchers":197,"ai_summary":"A comprehensive workflow management tool that supports orchestrating complex data workflows and pipelines using Python.","readme_excerpt":"## Getting started\n\nPrefect requires Python 3.10+. To [install the latest version of Prefect](https://docs.prefect.io/v3/get-started/install), run one of the following commands:\n\n```bash\npip install -U prefect\n```\n\n```bash\nuv add prefect\n```\n\nThen create and run a Python file that uses Prefect `flow` and `task` decorators to orchestrate and observe your workflow - in this case, a simple script that fetches the number of GitHub stars from a repository:\n\n```python\nfrom prefect import flow, task\nimport httpx\n\n\n@task(log_prints=True)\ndef get_stars(repo: str):\n    url = f\"https://api.github.com/repos/{repo}\"\n    count = httpx.get(url).json()[\"stargazers_count\"]\n    print(f\"{repo} has {count} stars!\")\n\n\n@flow(name=\"GitHub Stars\")\ndef github_stars(repos: list[str]):\n    for repo in repos:\n        get_stars(repo)","github_created_at":"2018-06-29T21:59:26+00:00","created_at":"2026-07-11T23:30:36.944639+00:00","updated_at":"2026-07-12T01:59:48.333439+00:00","categories":[{"slug":"developer-tools","name":"Developer Tools","url":"https://www.graphcanon.com/categories/developer-tools","markdown_url":"https://www.graphcanon.com/categories/developer-tools.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/developer-tools"},{"slug":"evaluation-observability","name":"Evaluation & Observability","url":"https://www.graphcanon.com/categories/evaluation-observability","markdown_url":"https://www.graphcanon.com/categories/evaluation-observability.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/evaluation-observability"}],"tags":[{"slug":"ml-ops","name":"ml-ops"},{"slug":"data-engineering","name":"data-engineering"},{"slug":"automation","name":"automation"}],"trust":{"provenance":{"is_fork":false,"github_id":139199684,"owner_type":"Organization","methodology":"github_public_v1","parent_repo":null,"near_duplicate_slugs":[]},"computed_at":"2026-07-11T23:30:46.239Z","maintenance":{"label":"Very active","score":96,"methodology":"github_public_v1","releases_90d":30,"days_since_push":0,"last_release_at":"2026-07-09T21:27:46Z"},"security_summary":{"status":"no_lockfile","scanner":null,"low_count":0,"high_count":0,"last_scan_at":"2026-07-11T23:30:46.722Z","medium_count":0,"scan_profile":"none","critical_count":0}},"capability_facts":{"scan":{"source":"repo_scan","observed_at":"2026-07-12T01:59:48.269Z"},"deploy":{"source":"dockerfile:Dockerfile","self_host":true,"observed_at":"2026-07-12T01:59:48.269Z","managed_saas":false},"has_cli":{"value":true,"source":"pyproject.toml:[project.scripts]","observed_at":"2026-07-12T01:59:48.269Z"},"languages":{"value":["python"],"source":"github.language+pyproject.toml","observed_at":"2026-07-12T01:59:48.269Z"},"has_docker":{"value":true,"source":"dockerfile:Dockerfile","observed_at":"2026-07-12T01:59:48.269Z"},"license_spdx":{"value":"Apache-2.0","source":"github.license","observed_at":"2026-07-12T01:59:48.269Z"}}}}