Is Dagster free?
Yes, open source under Apache 2.0. Dagster Cloud starts at $100/month. Self-hosting is completely free.
What is Dagster?
Dagster is a data orchestration platform. Define data pipelines as code with software engineering practices. Modern alternative to Airflow.
Dagster vs Airflow?
Dagster has better developer experience and asset-based approach. Airflow is more mature with larger ecosystem. Dagster for modern data teams.
What are Dagster assets?
Assets represent data you care about (tables, ML models, etc.). Define how to produce assets, Dagster handles orchestration. Different mental model from tasks.