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. Deploy to the cloud when you're ready.


Quick Start

# Install Dango
curl -sSL https://getdango.dev/install.sh | bash

# Initialize your project
dango init

# Add a data source
dango source add

# Sync your data
dango sync

# Start the platform
dango start

What you get:


Getting Started


Explore

  • Data Sources


    Connect to 33 sources — APIs, databases, files, and more

  • Transformations


    Build dbt models to clean and reshape your data

  • Dashboards


    Create Metabase dashboards and SQL queries

  • Deployment


    Deploy to DigitalOcean or your own server

  • Security


    Authentication, user roles, 2FA, and credentials

  • Notebooks


    Marimo notebooks for ad-hoc analysis

  • Web UI


    Monitor syncs, health, and data quality

  • Scheduling


    Automated syncs, webhooks, and monitoring


Need Help?