Skip to content

Platform Tour

What you get when you run dango start — a quick tour of the web interface.


Starting Dango

After installation and initialization, start the platform:

dango start

Open http://localhost:8800 in your browser. Log in with the admin credentials you set during dango init.

Web UI Pages

The top navigation bar gives you access to all platform features:

Dashboard (Overview)

Route: /

The landing page shows system health at a glance — service status for DuckDB, Metabase, and the scheduler, recent sync activity, and quick stats on sources, models, and schedules. This is your starting point for monitoring the platform.

Dashboard page details

Sources

Route: /sources

Manage all your data sources. View sync status, trigger manual syncs with Sync Now, upload CSV files, and see detailed per-source history. Each source shows its last sync time, row counts, and current state.

Sources page details

Models

Route: /models

Browse your dbt transformation models. See which models are available, their status, and run individual models on demand. This is the web equivalent of dango run.

Models page details

Schedules

Route: /schedules

View automated sync schedules. See which sources have schedules, their cron expressions, next run times, and execution history. Manually trigger runs from the UI. Schedule configuration (adding, editing, removing) is managed via the CLI.

Schedules page details

Catalog

Route: /catalog

Explore your data warehouse. Browse tables and columns, view data profiling statistics, and trace data lineage from source to dashboard. The catalog auto-updates after each sync.

Catalog page details

Notebooks

Route: /notebooks

Launch and manage Marimo notebooks for Python-based data analysis. Create notebooks from templates, open them in the browser, and work directly with your DuckDB warehouse data.

Notebooks page details

Monitoring

Route: /monitoring

Track data quality metrics and dbt test results. View freshness scores, schema drift alerts, and PII scan results across all sources.

Monitoring page details

Metabase (Dashboards & Query)

The Dashboards and Query nav items open Metabase in a new tab — Dango's embedded BI tool for creating dashboards and running SQL queries. Metabase connects directly to your DuckDB warehouse.

Dashboards overview

Settings & Admin

Click the gear icon (top-right) to access:

  • Account Settings — change your password, enable two-factor auth
  • User Management (admin only) — create users, assign roles
  • Secrets & Credentials (admin only) — manage API keys and OAuth tokens
  • Activity Logs — audit trail of all platform actions
  • Health — detailed service health and system info

Secrets & Admin details | Health & Logs details

What's Next?