Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Go to file
2018-10-29 22:09:49 +02:00
.circleci Add Jest based tests to our stack (#2985) 2018-10-19 19:04:02 +03:00
.github Fix url scheme (#2994) 2018-10-21 11:38:11 +03:00
bin Closes #2565: Add frontend extension capability. (#2799) 2018-10-14 15:53:39 +03:00
client Fix query result section (#2980) 2018-10-29 22:09:49 +02:00
migrations Consistently use simplejson to loading and dumping JSON. (#2817) 2018-10-09 15:38:06 +02:00
old_migrations Consistently use simplejson to loading and dumping JSON. (#2817) 2018-10-09 15:38:06 +02:00
redash Add -beta to version 2018-10-28 15:58:20 +02:00
setup Fix: setup.sh fails when run as root. (#2996) 2018-10-23 09:49:24 +03:00
tests Add "Users" users are belong to into groups list (#2991) 2018-10-21 11:40:07 +03:00
.codeclimate.yml Disable eslint packages check 2017-01-16 22:24:02 +02:00
.coveragerc Move to pytest since nose is unmaintained. 2017-10-18 13:51:09 +02:00
.dockerignore Docker based setup scripts (#2850) 2018-09-25 21:08:24 +03:00
.editorconfig Add .editorconfig to keep code style consistent 2017-03-17 01:09:44 +03:00
.gitignore getredash/redash#2504 Update value parsing for google spreadsheets source 2018-05-03 16:35:24 +01:00
CHANGELOG.md Update CHANGELOG.md 2018-10-18 14:59:00 +03:00
CONTRIBUTING.md Fix url scheme (#2994) 2018-10-21 11:38:11 +03:00
docker-compose.production.yml fix docker-compose.production.yml 2017-10-11 09:53:04 +09:00
docker-compose.yml Reduce restart to unless-stopped for Redis and Postgres 2018-02-19 11:07:02 -05:00
Dockerfile Closes #2565: Add frontend extension capability. (#2799) 2018-10-14 15:53:39 +03:00
flake8_tests.sh CircleCI: Flake8 tests passing on Legacy Python and Python 3 (#2881) 2018-10-05 13:48:01 +03:00
LICENSE It's 2018 now ! 🎉 2018-01-12 19:08:33 +09:00
Makefile Rearrange make target (#2989) 2018-10-19 11:25:24 +02:00
manage.py Move CLI logic into redash.cli and uses manager for tests. 2016-12-07 14:58:33 +02:00
netlify.toml Add netlify config (#2999) 2018-10-28 15:31:27 +02:00
now.json Add Zeit now support 2018-07-15 13:39:57 +03:00
package-lock.json Add Jest based tests to our stack (#2985) 2018-10-19 19:04:02 +03:00
package.json Add -beta to version 2018-10-28 15:58:20 +02:00
pytest.ini Move to pytest since nose is unmaintained. 2017-10-18 13:51:09 +02:00
README.md Fix url scheme (#2994) 2018-10-21 11:38:11 +03:00
requirements_all_ds.txt Change: update MongoDB requirements to support srv. (#2962) 2018-10-18 17:32:43 +03:00
requirements_dev.txt Change: update MongoDB requirements to support srv. (#2962) 2018-10-18 17:32:43 +03:00
requirements_oracle_ds.txt Update oracle client version 2017-09-13 17:40:44 +02:00
requirements.txt add PagerDuty as an Alert Destination (#2903) 2018-10-14 10:35:39 +03:00
setup.cfg Fix PEP8 section name 2017-02-18 12:41:57 +02:00
webpack.config.js Add Jest based tests to our stack (#2985) 2018-10-19 19:04:02 +03:00

Documentation

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 25 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.