Dango
Open-source data platform for small teams.
Dango gives you a complete data stack — ingestion, warehouse, transformations, and dashboards — in a single CLI. It combines dlt for data loading, DuckDB as the analytics database, dbt for SQL transformations, and Metabase for dashboards. One pip install, one command to start.
Upgrading from v0.1.x? v1.0.0 is a complete rewrite. Back up your data and run
dango initto create a new v1 project. See the migration guide for details.
Quick Start
Prerequisites: Python 3.10-3.13, Docker (for Metabase)
mkdir my-project && cd my-project
pip install getdango
dango init
dango start
Open http://localhost:8800 to see your data platform.
Or use the install script:
curl -sSL https://getdango.dev/install.sh | bash
For detailed installation instructions, see the documentation.
Features
- 33 data sources — Stripe, Google Sheets, Google Analytics, Shopify, PostgreSQL, MySQL, CSV, REST APIs, and more
- Auto-generated dbt models — staging models created automatically when you add a source
- Data catalog — browse tables, columns, and profiling stats; view dbt lineage and test results
- Web dashboard — monitor syncs, manage sources, and view platform health
- Metabase integration — dashboards and SQL queries, auto-configured and ready to use
- Scripts — schedule custom Python scripts alongside your syncs; runs on a schedule with access to your warehouse
- Cloud deployment — deploy to DigitalOcean or any server with
dango deploy - Authentication — admin login, user management, 2FA, API keys
- Schema drift detection — get alerted when source schemas change
- PII scanning — detect personally identifiable information across your tables
- Notebooks — Marimo notebooks connected to your DuckDB warehouse
- Monitoring — metric tracking with trend detection and drill-downs
- Scheduled syncs — cron-based scheduling with queued execution, retry, and timeout handling
- Webhooks — Slack notifications for sync results and alerts
- Local backup —
dango backuplists and restores local project backups - File watcher — auto-sync when CSV files change on disk
Screenshots
Data Sources page — monitor syncs, row counts, and schedule status for all your data sources.
Data Catalog — browse tables, explore columns with profiling stats, view data lineage.
dbt Models — view model status, run transformations, and track test results.
Architecture
Sources → dlt → DuckDB → dbt → Metabase
(APIs, (load) (warehouse) (transform) (dashboards)
CSVs,
databases)
All data stays local in DuckDB. No external warehouse needed.
Tech Stack
| Component | Tool | Role |
|---|---|---|
| Ingestion | dlt | Load data from 33+ sources |
| Warehouse | DuckDB | Embedded analytics database |
| Transformation | dbt | SQL modeling and testing |
| Dashboards | Metabase | BI and SQL queries |
| Web UI | FastAPI | Monitoring and management |
| Containers | Docker | Metabase and service orchestration |
Documentation
Full documentation at docs.getdango.dev.
Contributing
See CONTRIBUTING.md for development setup and guidelines.
License
Apache 2.0 — see LICENSE for details.
Links
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file getdango-1.0.7.tar.gz.
File metadata
- Download URL: getdango-1.0.7.tar.gz
- Upload date:
- Size: 925.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3134e1c2308c38ab2608950d184f13daff54657df3b4ab623d64c84da161f944
|
|
| MD5 |
899b7cd6890ee150c1963052c76cb518
|
|
| BLAKE2b-256 |
3bbbce78d8fa3e8d9f9289973644ce2ca5844f9da382435aff4826fa47aee805
|
File details
Details for the file getdango-1.0.7-py3-none-any.whl.
File metadata
- Download URL: getdango-1.0.7-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72bb24b347712783f12841c940311e156ef11e2a0cc10e4215349a116e8e7e5a
|
|
| MD5 |
134f68b8ae78dd6a95bdd73d5f0d91b6
|
|
| BLAKE2b-256 |
d1d67719357b98519a6e3087ee6015867fe9439ccaa72c819def61ebcf51de21
|