Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Go to file
2016-11-26 11:35:21 +02:00
.github Update ISSUE_TEMPLATE.md 2016-05-05 22:30:10 +03:00
bin Update Heroku pre_compile hook 2016-06-14 14:23:56 +03:00
client Working embeds & renamed frontend to client 2016-11-26 11:35:21 +02:00
migrations Make draft status for queries and dashboards toggleable. 2016-11-02 12:31:33 -05:00
rd_ui/app Working embeds & renamed frontend to client 2016-11-26 11:35:21 +02:00
redash Working embeds & renamed frontend to client 2016-11-26 11:35:21 +02:00
setup Update bootstrap.sh 2016-09-19 20:35:35 +02:00
tests Merge pull request #1256 from ninneko/fork_with_vis 2016-11-23 11:49:26 +02:00
.coveragerc Exclude settings.py from coverage report. 2014-02-06 20:55:14 +02:00
.dockerignore Fix .dockerignore file: 2015-11-23 11:38:15 +02:00
.gitignore address code review comments 2016-10-24 12:33:29 +03:00
.landscape.yaml landscape.io configuration file 2014-10-19 13:41:29 +03:00
CHANGELOG.md Update release notes. 2016-11-20 11:16:38 +02:00
circle.yml Remove non existing cache directory. 2016-10-20 09:16:08 +03:00
CONTRIBUTING.md Update references to documentation to point at the new one 2016-11-15 13:56:55 +02:00
docker-compose-example.yml Fix indentation in docker-compose-example.yml 2016-06-28 22:05:23 +09:00
Dockerfile Dockerfile: pin setuptools version to 23.1.0 until they resolve bug introduced in 24.0 2016-07-03 13:39:38 +03:00
LICENSE BSD 2-Clause 2016-02-10 11:32:00 +02:00
Makefile Remove unused test code 2016-11-26 11:33:12 +02:00
manage.py Change: allow specifying recipient address when sending email test message. 2016-10-09 09:15:47 +03:00
Procfile.dev Vagrant file to use the redash/dev box 2014-12-30 07:45:30 +02:00
Procfile.heroku Replace -c2 in Procfile.heroku with env variable 2016-07-05 11:16:45 +10:00
README.md Update references to documentation to point at the new one 2016-11-15 13:56:55 +02:00
requirements_all_ds.txt Add: support MongoDB SSL connections 2016-10-05 16:54:22 +03:00
requirements_dev.txt Move datasource requirements from bootstrap to own requirements file 2015-07-27 11:46:53 -07:00
requirements_oracle_ds.txt Better number handling 2015-10-21 10:05:38 -04:00
requirements.txt Rate limit the login page 2016-11-20 12:44:43 +01:00
Vagrantfile Ama: Consolidate vagrant_provision script, move files to more intuitive locations, include command from #1021. 2016-05-09 17:13:33 -05:00

Join the chat at https://gitter.im/getredash/redash 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. Dashboards/Visualizations: once you have a dataset, you can create different visualizations out of it, and then combine several visualizations into a single dashboard. Currently it supports charts, pivot table and cohorts.

Demo

You can try out the demo instance: http://demo.redash.io/ (login with any Google account).

Getting Started

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!

License

BSD-2-Clause.