Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Go to file
2016-01-07 13:09:41 +02:00
bin Update GitHub repo url (EverythingMe -> GetRedash) 2015-11-26 10:34:16 +02:00
docs Feature: new permissions system 2015-12-31 10:43:33 +02:00
migrations Fix #733: merge migration #20 into #18, to avoid errors. 2016-01-06 14:59:18 +02:00
rd_ui Merge pull request #742 from getredash/feature/permissions 2016-01-07 12:25:01 +02:00
redash Fix SSLify skip list. 2016-01-07 13:09:41 +02:00
setup Update Ubuntu with docker readme 2015-11-26 10:39:42 +02:00
tests Change multi-org implementation: 2016-01-04 00:03:49 +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
.env.example Remove "export" in **.env** 2015-10-07 17:26:14 -07:00
.gitignore Change suffix of docker-compose file to .yml as suggested by docker-compose 2015-11-23 11:38:15 +02:00
.landscape.yaml landscape.io configuration file 2014-10-19 13:41:29 +03:00
circle.yml To speed up builds, install npm & pack only on master branch. 2015-12-28 15:06:12 +02:00
docker-compose-example.yml Update evn files 2015-11-26 10:38:06 +02:00
Dockerfile Run apt-get clean to reduce image size. 2015-12-17 00:07:56 +09:00
LICENSE Updated README & License file 2013-10-28 15:18:13 +02:00
Makefile Stop to install bower and grunt-cli globally. 2015-12-17 00:07:56 +09:00
manage.py Feature: new permissions system 2015-12-31 10:43:33 +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 Update GitHub repo url (EverythingMe -> GetRedash) 2015-11-26 10:34:16 +02:00
requirements_all_ds.txt Better number handling 2015-10-21 10:05:38 -04: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 Add option to enforce HTTPs at the Flask level 2016-01-07 12:22:32 +02:00
Vagrantfile Vagrant file to use the redash/dev box 2014-12-30 07:45:30 +02:00

Some of you read the news about EverythingMe closing down. While more detailed announcement will come later (once more details are clear), I just wanted to reassure you that you shouldn't worry -- this won't affect the future of re:dash. I will keep maintaining re:dash, and might even be able to work more on it.

If you still have concerns, you're welcome to reach out to me directly -- arik@arikfr.com.

Arik.


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

Screenshots

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

License

See LICENSE file.