Redash
Redash. Is an open source data exploration and visualization platform.
Blurb
Use Redash to connect to any data source (PostgreSQL, MySQL, Redshift, BigQuery, MongoDB and many others), query, visualize and share your data to make your company data driven.
Summary
What it is: Web UI plus workers that connect to databases (Postgres, MySQL, BigQuery, MongoDB, and many others), run scheduled queries, and publish dashboards.
When to use: internal ops metrics and ad hoc SQL; democratize read-only access to warehouse or replica data; embed charts via URL for runbooks.
When to skip: metrics already live in Grafana with datasources wired; need governed semantic layers or ML features; SaaS-only BI mandate.
Key features: schema browser, query snippets, visualization types, alerts on query results, API access.
Details
| Topic | Notes |
|---|---|
| Deploy | Docker Compose or Helm; workers scale query load |
| Auth | SSO and row-level access via data source credentials |
| Queries | Parameterized SQL with schedule and alert hooks |
Practices: read-only DB users; separate prod vs analytics replicas; audit shared dashboard links.
References