Jay Taylor's notes

back to listing index

getredash/redash

[web search]
Original source (github.com)
Tags: analytics business-intelligence github.com
Clipped on: 2016-06-11

Skip to content
Make Your Company Data Driven. Connect to any data source, easily visualize and share your data. http://redash.io/
Python CSS JavaScript HTML Shell Makefile Other
.github Update ISSUE_TEMPLATE.md a month ago
bin Merge pull request #1092 from someones/heroku-clean 5 days ago
docs Add section about monitoring 3 days ago
migrations Fix HipChat base URL 3 days ago
rd_ui Fix path reference in embed.html. 2 days ago
redash Fix #1109: mixed group permissions resulting in wrong permission 2 days ago
setup Update version reference in bootstrap scripts. 20 days ago
tests Fix #1109: mixed group permissions resulting in wrong permission 2 days ago
.bowerrc Add Heroku support 9 days ago
.coveragerc Exclude settings.py from coverage report. 2 years ago
.dockerignore Fix .dockerignore file: 7 months ago
.env.example Remove references to deprecated config 3 months ago
.gitignore Add Heroku support 9 days ago
.landscape.yaml landscape.io configuration file 2 years ago
CONTRIBUTING.md Update CONTRIBUTING.md 10 days ago
Dockerfile Take into account that node_modules moves to root 5 days ago
LICENSE BSD 2-Clause 4 months ago
Makefile Add Heroku support 9 days ago
Procfile.dev Vagrant file to use the redash/dev box 2 years ago
Procfile.heroku Update Heroku support as per comments 6 days ago
README.md Remove reference to Google Groups and add Discourse instead 20 days ago
Vagrantfile Ama: Consolidate vagrant_provision script, move files to more intuiti… a month ago
bower.json Update bower.json 4 days ago
circle.yml Take into account that node_modules moves to root 5 days ago
docker-compose-example.yml redash static assets path should be pointed at dist, not app 3 months ago
gulpfile.js Fix paths in Gulp build pipeline 3 days ago
manage.py manage.py support group operations. 2 months ago
package.json Fix paths in Gulp build pipeline 3 days ago
requirements.txt Switch to HipChat V2. 3 days ago
requirements_all_ds.txt code style, name method 2 months ago
requirements_dev.txt Move datasource requirements from bootstrap to own requirements file 11 months ago
requirements_oracle_ds.txt Better number handling 8 months ago

README.md

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


Image (Asset 3/7) alt=

Image (Asset 4/7) alt=

Image (Asset 5/7) alt= Image (Asset 6/7) alt=

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

Image (Asset 7/7) alt=

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.