Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Go to file
Adam Griffiths a0b97c1fc9 Update Heroku support as per comments
Fix comment in bin/pre_compile.
Remove .gitattributes and .travis.yml in rd_ui/.
Remove bin/run from Procfile.heroku.
Update documentation:
-Add a note about upgrading from version to version.
-Remove commands for DATABASE_URL and REDIS_URL.
-Add importance to the cookie secret variable.
-Merge adding redis and postgres addons into 1 step.
2016-06-06 11:39:10 +10:00
.github Update ISSUE_TEMPLATE.md 2016-05-05 22:30:10 +03:00
bin Update Heroku support as per comments 2016-06-06 11:39:10 +10:00
docs Update Heroku support as per comments 2016-06-06 11:39:10 +10:00
migrations Migration to make sure the default group has correct type 2016-03-27 10:29:26 +03:00
rd_ui Update Heroku support as per comments 2016-06-06 11:39:10 +10:00
redash Add missing import. 2016-05-08 22:29:36 +03:00
setup update version references 2016-05-01 15:49:39 +03:00
tests add test case for embeds with parameters; minor fix in embeds.py 2016-05-05 11:15:49 +10:00
.bowerrc Add Heroku support 2016-06-03 12:21:09 +10: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
.env.example Remove references to deprecated config 2016-03-12 18:22:53 +02:00
.gitignore Add Heroku support 2016-06-03 12:21:09 +10:00
.landscape.yaml landscape.io configuration file 2014-10-19 13:41:29 +03:00
bower.json Add Heroku support 2016-06-03 12:21:09 +10:00
circle.yml Install Pymongo for tests (temporary solution) 2016-03-13 23:32:54 +02:00
docker-compose-example.yml redash static assets path should be pointed at dist, not app 2016-03-10 11:36:42 -08:00
Dockerfile Dockerfile: set the path to static assets 2016-03-12 18:37:20 +02:00
gulpfile.js Add Heroku support 2016-06-03 12:21:09 +10:00
LICENSE BSD 2-Clause 2016-02-10 11:32:00 +02:00
Makefile Add Heroku support 2016-06-03 12:21:09 +10:00
manage.py Replace deprecated flask.ext.* with flask_* 2016-02-29 00:39:50 -08:00
package.json Add Heroku support 2016-06-03 12:21:09 +10:00
Procfile.dev Vagrant file to use the redash/dev box 2014-12-30 07:45:30 +02:00
Procfile.heroku Update Heroku support as per comments 2016-06-06 11:39:10 +10:00
README.md Add Slack to list of contact methods 2016-04-20 17:54:20 +03:00
requirements_all_ds.txt code style, name method 2016-04-20 17:54:20 +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 code style, name method 2016-04-20 17:54:20 +03:00
Vagrantfile Vagrant file to use the redash/dev box 2014-12-30 07:45:30 +02:00

More details about the future of re:dash : http://bit.ly/journey-first-step


Join the chat at https://gitter.im/getredash/redash Documentation

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

Prior to re:dash, 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.

re:dash 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 re:dash has support for querying multiple databases, including: Redshift, Google BigQuery, PostgreSQL, MySQL, Graphite, Presto, Google Spreadsheets, Cloudera Impala, Hive and custom scripts.

re:dash 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.

re:dash is a work in progress and has its rough edges and way to go to fulfill its full potential. The Query Editor part is quite solid, but the visualizations need more work to enrich them and to make them more user friendly.

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 re:dash? Fork the project, edit in a dev environment, and make a pull request. We need all the help we can get!

License

See LICENSE file.