{"categories":[{"label":"Distributed Computing","url":"https://skillfed.io/packages/category/system-distributed-computing"}],"enrichment":{"capability":"Provides REST API resource integrations for Dagster data pipelines, enabling HTTP-based asset definitions and orchestration within Dagster's declarative asset framework.","skillfed_tags":["data-orchestration","rest-api","http-integration"],"use_cases":["Fetch data from third-party REST APIs and materialize it as Dagster assets for downstream processing.","Build multi-stage pipelines where one asset calls a REST endpoint and passes results to dependent assets.","Monitor and observe REST API data ingestion with Dagster's built-in lineage and observability tools.","Integrate REST-based microservices into a unified data orchestration platform.","Test REST integrations locally and promote them through staging to production with Dagster's environment support."],"what_it_does":"dagster-rest-resources is a Dagster integration library that brings REST API connectivity into Dagster's asset orchestration model. It sits between Dagster's declarative asset framework and HTTP endpoints, allowing you to fetch, transform, and orchestrate data from REST services as first-class Dagster assets. The package wraps httpx for HTTP communication and integrates with pydantic for data validation, letting you define assets that pull from REST APIs and participate in Dagster's dependency graph, lineage tracking, and observability.\n\nYou use it by decorating asset functions with Dagster's @asset decorator and injecting a REST resource that handles the HTTP calls. This lets you treat external API data the same way you treat database tables or local files\u2014as managed, versioned, observable data assets that Dagster orchestrates alongside your other pipelines. It's designed for teams building data platforms that need to ingest, combine, and monitor data from multiple REST sources.","worth_installing":"Yes, if you are already using Dagster and need to ingest or orchestrate data from REST APIs. The package has low install friction, active maintenance, no known vulnerabilities, and Apache-2.0 licensing. It is a natural fit for Dagster users building data platforms that consume external HTTP services. Not relevant if you are not using Dagster or do not need REST API integration."},"id":"dagster-rest-resources","links":{"html":"https://skillfed.io/packages/dagster-rest-resources","md":"https://skillfed.io/packages/dagster-rest-resources.md","pypi":"https://pypi.org/project/dagster-rest-resources/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-14","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"dagster-rest-resources","python_support":"supports_current","summary":null},"popularity":{"monthly_downloads":787825,"position":5060,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.29.18"}
