Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Go to file
2019-06-18 09:50:09 +03:00
.circleci Decouple extensions from Flask app. (#3569) 2019-05-26 14:56:02 +03:00
.github Create weekly-digest.yml 2019-03-10 11:39:13 +02:00
bin Decouple extensions from Flask app. (#3569) 2019-05-26 14:56:02 +03:00
client Custom Map Markers (#3840) 2019-06-18 09:50:09 +03:00
migrations Revert "Schema Viewer Drawer (#3291)" (#3585) 2019-03-14 10:51:30 +02:00
redash Increase celery job timeout (#3903) 2019-06-17 08:35:02 +03:00
setup Use REDASH_BASE_PATH everywhere instead of hardcoded path (#3740) 2019-04-29 14:28:16 +03:00
tests Fix OverflowError on celery worker (#3899) 2019-06-16 11:34:29 +03:00
.codeclimate.yml Add Lint step to CircleCI (#3642) 2019-03-26 16:40:26 +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 Convert query control dropdown button to React (#3698) 2019-05-01 07:20:54 +03:00
.gitignore Move cypress to client folder (#3566) 2019-03-24 11:24:59 -03:00
CHANGELOG.md Update v7 CHANGELOG and version (#3595) 2019-03-17 22:05:55 +02:00
CONTRIBUTING.md fix broken link in CONTRIBUTING.md (#3483) 2019-02-22 14:28:13 -03:00
cypress.json Cypress Dashboard Service (#3683) 2019-04-09 08:49:10 +03:00
docker-compose.yml Add env var to skip Flask rate limits (#3622) 2019-03-25 13:15:20 -03:00
Dockerfile Use the debian flavor of the redash/base image (#3240) 2019-06-02 11:42:19 +03: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 Update version to 8.0.0-beta. (#3869) 2019-06-02 14:37:16 +03:00
package.json Custom Map Markers (#3840) 2019-06-18 09:50:09 +03:00
pytest.ini Remove missing coverage from pytest terminal output (#3180) 2018-12-12 08:30:46 +02:00
README.md Rearrange README badges. 2019-06-02 14:01:09 +03:00
requirements_all_ds.txt Upgrade gspread 3.1.0 for supporting team drive (#3838) 2019-06-06 11:02:08 +03:00
requirements_bundles.txt Decouple extensions from Flask app. (#3569) 2019-05-26 14:56:02 +03:00
requirements_dev.txt Sync PyAthena/botocore versions with requirements_all_ds.txt. (#3713) 2019-04-17 09:43:33 +03:00
requirements_oracle_ds.txt Update oracle client version 2017-09-13 17:40:44 +02:00
requirements.txt Add support ssl connections to redis (#3848) 2019-06-12 13:04:34 +03:00
SECURITY.md Create SECURITY.md (#3823) 2019-05-26 09:32:41 +03:00
setup.cfg Add "Active at" column to user list. (#3026) 2019-01-07 10:30:42 +02:00
webpack.config.js Unsupported browser redirect script outputted to file (#3832) 2019-05-27 13:18:04 -06:00

Documentation Datree Build Status

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.