Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Go to file
Arik Fraimovich a93741e64b
CircleCI build improvements (#3511)
* Make sure master builds tarball/docker image only when backend and frontend tests pass.

* Build a redash/preview image alongside redash/redash image.

* Fix version variable
2019-02-28 15:23:47 +02:00
.circleci CircleCI build improvements (#3511) 2019-02-28 15:23:47 +02:00
.github Create PULL_REQUEST_TEMPLATE.md (#3485) 2019-02-25 10:11:21 +02:00
bin monitor "schemas" queue to run refresh_schema (#3459) 2019-02-21 12:06:25 +02:00
client Added <QuerySelector /> component (#3494) 2019-02-28 15:07:57 +02:00
cypress [Feature] Migrate Group List and Details pages to React (#3411) 2019-02-22 14:47:48 +02:00
migrations Change: encrypt data source options. 🔓 (#2970) 2019-02-17 13:54:19 +02:00
redash LDAP Authentication. Create two envars REDASH_LDAP_USE_SSL and REDASH_LDAP_AUTH_BIND (#2776) 2019-02-28 10:05:41 +02:00
setup monitor "schemas" queue to run refresh_schema (#3459) 2019-02-21 12:06:25 +02:00
tests Verify address when users change their e-mail (#3504) 2019-02-27 12:17:20 +02:00
.codeclimate.yml Tune CodeClimate's config to make it less annoying (#3370) 2019-01-31 07:34:31 +02:00
.coveragerc Move to pytest since nose is unmaintained. 2017-10-18 13:51:09 +02:00
.dockerignore Ignore to copy some files onto docker container (#3388) 2019-02-03 20:30:08 +02:00
.editorconfig Add .editorconfig to keep code style consistent 2017-03-17 01:09:44 +03:00
.gitignore Cypress based E2E tests (#3019) 2018-11-07 14:37:08 +01:00
CHANGELOG.md V6 release (#3195) 2018-12-16 16:01:20 +02:00
CONTRIBUTING.md fix broken link in CONTRIBUTING.md (#3483) 2019-02-22 14:28:13 -03:00
cypress.json Add DB Seed to Cypress and setup Percy (#3155) 2018-12-10 22:29:36 +02:00
docker-compose.production.yml monitor "schemas" queue to run refresh_schema (#3459) 2019-02-21 12:06:25 +02:00
docker-compose.yml monitor "schemas" queue to run refresh_schema (#3459) 2019-02-21 12:06:25 +02:00
Dockerfile Switch to MULTI FROM Dockerfile and use Node 10 for builds (#3199) 2018-12-23 15:17:54 +02:00
LICENSE It's 2019 now ! 🎉 2019-01-01 08:40:51 +02:00
Makefile Add "Active at" column to user list. (#3026) 2019-01-07 10:30:42 +02:00
manage.py Move CLI logic into redash.cli and uses manager for tests. 2016-12-07 14:58:33 +02:00
netlify.toml Add netlify config (#2999) 2018-10-28 15:31:27 +02:00
package-lock.json Added <QuerySelector /> component (#3494) 2019-02-28 15:07:57 +02:00
package.json Added <QuerySelector /> component (#3494) 2019-02-28 15:07:57 +02:00
pytest.ini Remove missing coverage from pytest terminal output (#3180) 2018-12-12 08:30:46 +02:00
README.md README updates 2018-12-16 09:55:34 +02:00
requirements_all_ds.txt Support AWS IAM profile for Amazon Elasticsearch (#3005) 2019-02-28 09:57:33 +02:00
requirements_dev.txt Enable remote debugging with ptvsd (#3419) 2019-02-12 09:10:18 +02:00
requirements_oracle_ds.txt Update oracle client version 2017-09-13 17:40:44 +02:00
requirements.txt adding gevent worker in requirements.txt, adding some gunicorn config… (#3333) 2019-02-27 11:15:31 +02:00
setup.cfg Add "Active at" column to user list. (#3026) 2019-01-07 10:30:42 +02:00
webpack.config.js Separate Bootstrap/Ant styling (#3279) 2019-01-15 11:40:38 +02:00

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. Visualizations and Dashboards: once you have a dataset, you can create different visualizations out of it, and then combine several visualizations into a single dashboard. Currently Redash supports charts, pivot table, cohorts and more.

Getting Started

Supported Data Sources

Redash supports more than 35 data sources.

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!

Security

Please email security@redash.io to report any security vulnerabilities. We will acknowledge receipt of your vulnerability and strive to send you regular updates about our progress. If you're curious about the status of your disclosure please feel free to email us again. If you want to encrypt your disclosure email, you can use this PGP key.

License

BSD-2-Clause.