Skip to content

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


Need Help?