Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Go to file
2015-01-25 17:28:41 +02:00
bin Improve latest_release utility 2014-05-04 13:14:49 +03:00
migrations Refactoring of @christophervalles work on query delete feature: 2015-01-25 16:17:52 +02:00
rd_ui Fix Gruntfile.js settings to copy font files. 2015-01-25 17:28:41 +02:00
redash Bump version due to migration. 2015-01-25 16:23:58 +02:00
setup Make redash version configurable 2014-10-22 11:55:17 +03:00
tests Refactoring of @christophervalles work on query delete feature: 2015-01-25 16:17:52 +02:00
.coveragerc Exclude settings.py from coverage report. 2014-02-06 20:55:14 +02:00
.env.example Example .env file. 2014-02-12 20:53:32 +02:00
.gitignore update .gitignore 2014-08-06 16:19:09 +03:00
.landscape.yaml landscape.io configuration file 2014-10-19 13:41:29 +03:00
circle.yml Gitter integration for CircleCI. 2014-09-14 18:23:02 +03:00
dev_requirements.txt Add mock to dev_requirements 2014-03-02 15:37:33 +02:00
LICENSE Updated README & License file 2013-10-28 15:18:13 +02:00
Makefile update ci config 2014-08-03 11:15:02 +03:00
manage.py Added edit & delete commands to data source cli 2015-01-14 12:23:53 +02:00
Procfile Procfile changes: 2014-02-13 20:16:36 +02:00
Procfile.dev Vagrant file to use the redash/dev box 2014-12-30 07:45:30 +02:00
Procfile.heroku fix starting of celery in Heroku 2014-06-24 09:46:40 +08:00
README.md Spelling mistakes. 2014-10-21 19:02:17 +03:00
requirements.txt Add to requirements flask-oauth and remove flask-googleopenid 2014-09-21 08:48:15 +03:00
Vagrantfile Vagrant file to use the redash/dev box 2014-12-30 07:45:30 +02:00

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

Screenshots

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

Getting Started

Getting help

Roadmap

TBD.

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 and make a pull request. We need all the help we can get!

License

See LICENSE file.