Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Go to file
Arik Fraimovich 749171b186 Merge pull request #1746 from alexanderlz/master
[Data Sources] Add: MemSQL query runner
2017-05-18 14:01:53 +03:00
.github Update ISSUE_TEMPLATE.md 2016-05-05 22:30:10 +03:00
bin docker-entrypoint supports manage.py's any commands. 2017-03-08 22:41:15 +09:00
client Merge pull request #1771 from getredash/patches 2017-05-18 13:21:28 +03:00
migrations Exponential backoff for failing queries 2017-02-22 10:29:08 -06:00
old_migrations Add Flask-Migrate to the project 2016-12-07 17:59:01 +02:00
redash Merge pull request #1746 from alexanderlz/master 2017-05-18 14:01:53 +03:00
setup Update packer configuration to create GCE image 2017-04-03 18:07:19 +03:00
tests Split refresh schemas into separate tasks and add a timeout. 2017-05-18 13:39:34 +03:00
.codeclimate.yml Disable eslint packages check 2017-01-16 22:24:02 +02:00
.coveragerc Exclude settings.py from coverage report. 2014-02-06 20:55:14 +02:00
.dockerignore Add node_modules to dockerignore 2017-01-19 15:20:52 +02:00
.editorconfig Add .editorconfig to keep code style consistent 2017-03-17 01:09:44 +03:00
.gitignore Name the development docker compose file as docker-compose.yml 2017-01-19 15:20:52 +02:00
CHANGELOG.md Bump version. 2017-04-18 22:50:57 +03:00
circle.yml Resume to building Docker images 2017-03-07 12:26:00 +02:00
CONTRIBUTING.md Update references to documentation to point at the new one 2016-11-15 13:56:55 +02:00
docker-compose.production.yml Update docker-compose configuration: 2017-04-03 18:28:46 +03:00
docker-compose.yml Update docker-compose configuration: 2017-04-03 18:28:46 +03:00
Dockerfile Fix Docker file ownership issues: 2017-03-07 11:37:31 +02:00
LICENSE It's 2017 now ! 🎉 2017-01-09 08:50:42 +02:00
Makefile Don't exclude client/app from tarball 2017-01-22 12:34:49 +02:00
manage.py Move CLI logic into redash.cli and uses manager for tests. 2016-12-07 14:58:33 +02:00
npm-shrinkwrap.json Remove dev dependencies from npm-shrinkwrap.json. 2017-05-02 22:00:09 +03:00
package.json Merge pull request #1700 from deecay/plotly-bump 2017-05-02 22:02:21 +03:00
README.md Update logo URL. 2017-01-22 23:08:16 +02:00
requirements_all_ds.txt Merge pull request #1746 from alexanderlz/master 2017-05-18 14:01:53 +03:00
requirements_dev.txt Add pymongo to requirements_dev 2017-01-15 12:35:17 +02:00
requirements_oracle_ds.txt Better number handling 2015-10-21 10:05:38 -04:00
requirements.txt fixes 2017-05-18 14:00:13 +03:00
setup.cfg Fix PEP8 section name 2017-02-18 12:41:57 +02:00
webpack.config.js Add chunkhash to filename only when running production build. 2017-05-09 10:41:26 +03: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.