Redash is a browser-based tool for querying, visualizing, and sharing data from SQL and NoSQL sources, commonly positioned as an open source alternative to Tableau and Looker for teams that want dashboards built directly on top of their existing databases. Everything runs through the browser with a shareable URL, so a query and its visualizations can be reviewed by anyone with access, not just the person who wrote the SQL. The project states that millions of users at thousands of organizations use Redash to make data-driven decisions.
Redash setup instructions cover both self-hosted installs and ready-made AWS and GCE images, documented in the project's setup guide. The project is written primarily in Python, with CI running through GitHub Actions on every change. Security issues are handled through a dedicated [email protected] contact with an available PGP key for encrypted disclosure, rather than public issue reports.
Redash fits teams where SQL-literate analysts need to publish reusable queries and dashboards to non-technical stakeholders, since the query editor, visualization layer, and sharing model are all built around a shared, browser-based URL rather than a desktop BI client. It also supports scripted data sources like Python and Shell Scripts for cases that fall outside plain SQL, and the JIRA (JQL) and Google Analytics connectors extend it beyond pure database querying. Because every query and dashboard is reachable by URL, Redash also works as a lightweight way to hand off ad hoc analysis to engineering or product teams without exporting a spreadsheet, and the same URL can be embedded in an internal wiki or status page.
Community support runs through GitHub Issues for bugs, a GitHub Discussions board for general questions, and a Discord server for development discussion; a wiki page documents the local development setup for anyone forking the project to add a new data source or extend an existing connector.
Redash is licensed under BSD-2-Clause.