Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Go to file
Arik Fraimovich 505f338da9 Merge pull request #1978 from getredash/patches
Fix #1950: record_event fails for api events
2017-09-27 18:08:57 +03:00
.github Update ISSUE_TEMPLATE.md 2016-05-05 22:30:10 +03:00
bin Fix #1776: restart was using wrong command on new AMI builds 2017-08-08 14:21:43 +03:00
client Fix: wrong variable name used (dataRow instead of row) 2017-09-13 22:20:05 +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 Fix #1950: record_event fails for api events 2017-09-27 18:04:21 +03:00
setup Update bootstrap.sh 2017-08-16 16:16:00 +03:00
tests Allow collaborators to create, delete and edit visualizations. 2017-09-03 14:28: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-08-09 20:45:26 +03:00
circle.yml Resume to building Docker images 2017-03-07 12:26:00 +02:00
CONTRIBUTING.md fix CONTRIBUTING.md 2017-05-30 23:51:21 +09:00
docker-compose.production.yml docker: make gunicorn worker count configurable 2017-07-06 18:45:47 +01:00
docker-compose.yml Remove REDASH_WEB_WORKERS from docker-compose.yml. 2017-07-19 15:39:16 +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 ng-annotate-loader from npm-shrinkwrap since it moved to dev dependencies 2017-06-20 23:14:24 +03:00
package.json Merge pull request #1863 from 44px/ng-annotate-deprecation 2017-08-16 16:21:23 +03:00
README.md Update logo URL. 2017-01-22 23:08:16 +02:00
requirements_all_ds.txt Upgraded dql version to 0.5.24 - this allows to query tables in dynamo which have keys with dashes in the name 2017-09-13 09:12:44 +01:00
requirements_dev.txt Add pymongo to requirements_dev 2017-01-15 12:35:17 +02:00
requirements_oracle_ds.txt Update oracle client version 2017-09-13 17:40:44 +02:00
requirements.txt Merge pull request #1898 from StantonVentures/security_lib_updates_7_27_2017 2017-08-16 16:19:57 +03:00
setup.cfg Fix PEP8 section name 2017-02-18 12:41:57 +02:00
webpack.config.js Replace deprecated ng-annotate with babel plugin 2017-07-02 14:22:36 +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.