II.
Tool JSON
Structured · livetool:dagster
Dagster json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:dagster",
"_kind": "Tool",
"_file": "domain/tools/tools-data-serverless.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Dagster",
"homepageUrl": "https://dagster.io",
"kind": "other",
"description": "Cloud-native data orchestration platform for building, testing, and monitoring data pipelines.\nTreats data assets as first-class citizens with Software-Defined Assets for lineage and dependency tracking.\nSupports local development, asset materialization, partitioned datasets, and rich observability.\n"
},
"outgoingEdges": [
{
"from": "tool:dagster",
"to": "language:python",
"kind": "belongs_to_language"
},
{
"from": "tool:dagster",
"to": "skill-area:etl-pipelines",
"kind": "used_for"
},
{
"from": "tool:dagster",
"to": "skill-area:event-driven-architecture",
"kind": "used_for"
},
{
"from": "tool:dagster",
"to": "tool:prefect",
"kind": "alternative_to",
"attributes": {
"comparison": "Data orchestration — Dagster is asset-centric; Prefect is task-centric"
}
},
{
"from": "tool:dagster",
"to": "tool:airflow",
"kind": "alternative_to",
"attributes": {
"comparison": "Data orchestration — Dagster is asset-centric; Airflow is DAG-centric"
}
},
{
"from": "tool:dagster",
"to": "tool:apache-beam",
"kind": "alternative_to",
"attributes": {
"comparison": "Data pipeline tools"
}
},
{
"from": "tool:dagster",
"to": "tool:temporal",
"kind": "alternative_to",
"attributes": {
"comparison": "Workflow orchestration platforms"
}
}
],
"incomingEdges": [
{
"from": "specialization:data-engineering-analytics",
"to": "tool:dagster",
"kind": "uses_tool"
},
{
"from": "stack-part:scheduler",
"to": "tool:dagster",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "tool:temporal",
"to": "tool:dagster",
"kind": "alternative_to",
"attributes": {
"comparison": "Workflow orchestration platforms"
}
},
{
"from": "tool:airflow",
"to": "tool:dagster",
"kind": "alternative_to",
"attributes": {
"comparison": "Data orchestration — Airflow uses DAGs; Dagster is asset-centric"
}
},
{
"from": "tool:prefect",
"to": "tool:dagster",
"kind": "alternative_to",
"attributes": {
"comparison": "Data orchestration — Prefect is task-centric; Dagster is asset-centric"
}
},
{
"from": "tool:apache-beam",
"to": "tool:dagster",
"kind": "alternative_to",
"attributes": {
"comparison": "Data pipeline tools"
}
},
{
"from": "tool-server:mcp-dagster",
"to": "tool:dagster",
"kind": "integrates_with",
"attributes": {}
}
]
}