Dango Documentation¶
Dango is an open-source data platform that integrates dlt + dbt + DuckDB + Metabase into a single, pre-configured stack.
Works on your laptop today. Designed to scale to production tomorrow.
Quick Start¶
# Install Dango
curl -sSL https://raw.githubusercontent.com/getdango/dango/main/install.sh | bash
# Add a data source
dango source add
# Sync your data
dango sync
# Start the platform
dango start
What you get:
- Web UI at
http://localhost:8800- Monitor your data pipeline - dlt for data ingestion (29+ verified sources)
- dbt for SQL transformations and modeling
- DuckDB as your analytics database
- Metabase for dashboards and SQL queries
Getting Started¶
-
Learn about Dango's architecture, features, and how it works
-
Install Dango on macOS, Linux, or Windows
-
Get your first data pipeline running in minutes
-
Common issues and solutions
Need Help?¶
- GitHub Issues: github.com/getdango/dango/issues
- GitHub Repository: github.com/getdango/dango
- PyPI Package: pypi.org/project/getdango