The Wayback Machine - https://web.archive.org/web/20190724081622/https://github.com/getredash/redash
Skip to content
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Decouple extensions from Flask app. (#3569) May 26, 2019
.github Create weekly-digest.yml Mar 10, 2019
bin Celery doesn't auto reload in development (#3898) Jul 17, 2019
client Percy: Fix shared dashboard inconsistent snapshots (#4002) Jul 23, 2019
migrations Revert "Schema Viewer Drawer (#3291)" (#3585) Mar 14, 2019
redash Modified PagerDuty destination to avoid an error for multi-byte chara… Jul 24, 2019
setup Use REDASH_BASE_PATH everywhere instead of hardcoded path (#3740) Apr 29, 2019
tests Add "deprecated" flag to query runners (and alert destinations) (#3972) Jul 22, 2019
.codeclimate.yml Add Lint step to CircleCI (#3642) Mar 26, 2019
.coveragerc Move to pytest since nose is unmaintained. Oct 18, 2017
.dockerignore Ignore to copy some files onto docker container (#3388) Feb 3, 2019
.editorconfig Convert query control dropdown button to React (#3698) May 1, 2019
.gitignore Move cypress to client folder (#3566) Mar 24, 2019
CHANGELOG.md Update v7 CHANGELOG and version (#3595) Mar 17, 2019
CONTRIBUTING.md fix broken link in CONTRIBUTING.md (#3483) Feb 22, 2019
Dockerfile Dockerfile front end stage copies client side files only (#3924) Jun 23, 2019
LICENSE It's 2019 now ! 🎉 Jan 1, 2019
Makefile Add "Active at" column to user list. (#3026) Jan 7, 2019
README.md Rearrange README badges. Jun 2, 2019
SECURITY.md Create SECURITY.md (#3823) May 26, 2019
cypress.json Migrate Box Plot visualization to React (#3948) Jul 4, 2019
docker-compose.yml Celery doesn't auto reload in development (#3898) Jul 17, 2019
manage.py Move CLI logic into redash.cli and uses manager for tests. Dec 7, 2016
netlify.toml Add netlify config (#2999) Oct 28, 2018
package-lock.json Avoid committing `it.only` (#3995) Jul 19, 2019
package.json Avoid committing `it.only` (#3995) Jul 19, 2019
pytest.ini Remove missing coverage from pytest terminal output (#3180) Dec 12, 2018
requirements.txt Remove explicit kombu dependency (#3978) Jul 14, 2019
requirements_all_ds.txt Upgrade gspread 3.1.0 for supporting team drive (#3838) Jun 6, 2019
requirements_bundles.txt Decouple extensions from Flask app. (#3569) May 26, 2019
requirements_dev.txt Celery doesn't auto reload in development (#3898) Jul 17, 2019
requirements_oracle_ds.txt Update oracle client version Sep 13, 2017
setup.cfg Add "Active at" column to user list. (#3026) Jan 7, 2019
webpack.config.js Migrate Word Cloud visualization to React (#3930) Jul 3, 2019

README.md

Documentation Datree Build Status

Redash is our take on freeing the data within our company in a way that will better fit our culture and usage patterns.

Prior to Redash, we tried to use traditional BI suites and discovered a set of bloated, technically challenged and slow tools/flows. What we were looking for was a more hacker'ish way to look at data, so we built one.

Redash was built to allow fast and easy access to billions of records, that we process and collect using Amazon Redshift ("petabyte scale data warehouse" that "speaks" PostgreSQL). Today Redash has support for querying multiple databases, including: Redshift, Google BigQuery, PostgreSQL, MySQL, Graphite, Presto, Google Spreadsheets, Cloudera Impala, Hive and custom scripts.

Redash consists of two parts:

  1. Query Editor: think of JS Fiddle for SQL queries. It's your way to share data in the organization in an open way, by sharing both the dataset and the query that generated it. This way everyone can peer review not only the resulting dataset but also the process that generated it. Also it's possible to fork it and generate new datasets and reach new insights.
  2. Visualizations and Dashboards: once you have a dataset, you can create different visualizations out of it, and then combine several visualizations into a single dashboard. Currently Redash supports charts, pivot table, cohorts and more.

Getting Started

Supported Data Sources

Redash supports more than 35 data sources.

Getting Help

Reporting Bugs and Contributing Code

  • Want to report a bug or request a feature? Please open an issue.
  • Want to help us build Redash? Fork the project, edit in a dev environment, and make a pull request. We need all the help we can get!

Security

Please email security@redash.io to report any security vulnerabilities. We will acknowledge receipt of your vulnerability and strive to send you regular updates about our progress. If you're curious about the status of your disclosure please feel free to email us again. If you want to encrypt your disclosure email, you can use this PGP key.

License

BSD-2-Clause.

You can’t perform that action at this time.