Getting Started¶
Welcome to the Dango Getting Started guide! This section will help you install Dango, understand what it does, and get your first data pipeline running.
Overview¶
Dango is an open-source data platform that integrates dlt, dbt, DuckDB, and Metabase into a single, cohesive platform. Develop locally, then deploy to the cloud when you're ready.
What You'll Learn¶
-
Learn about Dango's architecture, features, and the problems it solves
-
Step-by-step installation guide for macOS, Linux, and Windows
-
Get your first data pipeline running in under 10 minutes
-
Build a Metabase dashboard from your synced data
-
Solutions to common installation and runtime issues
Prerequisites¶
Before installing Dango, you'll need:
- Python 3.10-3.12 (Python 3.11 or 3.12 recommended)
- Docker Desktop (required for Metabase and Web UI)
- 10GB free disk space (recommended)
Installation Quick Links¶
Full installation instructions →
What's Next?¶
After installation:
- Quick Start — Get your first pipeline running
- Your First Dashboard — Build a Metabase dashboard
- Core Concepts — Understand Dango's architecture
- Data Sources — Connect to your data sources
- Security — Authentication, OAuth, credentials
- Deployment — Deploy to the cloud
Need Help?¶
If you run into issues:
- Check the Troubleshooting guide
- Search GitHub Issues
- Open a new issue if you can't find a solution