Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Go to file
Arik Fraimovich e4305e05ad
Updates to CircleCI 2 configuration (#2774)
* Remove references to Gitter
* Move integration tests to their own workflow and run only on master branch
* Fix error in integration tests configuration
* Update names of stages
2018-08-29 19:34:47 +03:00
.github Update ISSUE_TEMPLATE.md 2018-01-18 20:17:31 +02:00
bin Initial update to circleci v2 config. (#2672) 2018-08-29 11:19:25 +03:00
client Merge pull request #2769 from kravets-levko/bug/dashboard-parameters-not-updated 2018-08-29 09:50:11 +03:00
migrations Handle duplicate favorite calls. 2018-07-11 16:35:48 +03:00
old_migrations Modernize Python 2 code to get ready for Python 3 2017-10-04 02:06:53 +02:00
redash Add server-side sorting to dashboard list. (#2760) 2018-08-28 20:45:26 +02:00
setup Upgrade to Redash 4.0.1 2018-07-08 17:22:29 +09:00
tests Propagate query execution errors from Celery tasks properly (#2713) 2018-08-23 20:33:43 +02:00
.codeclimate.yml Disable eslint packages check 2017-01-16 22:24:02 +02:00
.coveragerc Move to pytest since nose is unmaintained. 2017-10-18 13:51:09 +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 getredash/redash#2504 Update value parsing for google spreadsheets source 2018-05-03 16:35:24 +01:00
CHANGELOG.md Update v5-beta release date. 2018-08-06 21:51:33 +03:00
circle.yml Updates to CircleCI 2 configuration (#2774) 2018-08-29 19:34:47 +03:00
CONTRIBUTING.md Updates to CircleCI 2 configuration (#2774) 2018-08-29 19:34:47 +03:00
docker-compose.production.yml fix docker-compose.production.yml 2017-10-11 09:53:04 +09:00
docker-compose.yml Reduce restart to unless-stopped for Redis and Postgres 2018-02-19 11:07:02 -05:00
Dockerfile Add Zeit now support 2018-07-15 13:39:57 +03:00
LICENSE It's 2018 now ! 🎉 2018-01-12 19:08:33 +09:00
manage.py Move CLI logic into redash.cli and uses manager for tests. 2016-12-07 14:58:33 +02:00
now.json Add Zeit now support 2018-07-15 13:39:57 +03:00
package-lock.json getredash/redash#2642 Date/Time parameters: dynamic default value (current date/time) 2018-07-30 11:18:08 +03:00
package.json Merge pull request #2697 from kravets-levko/feature/datetime-current-time 2018-07-30 14:59:48 +03:00
pytest.ini Move to pytest since nose is unmaintained. 2017-10-18 13:51:09 +02:00
README.md Updates to CircleCI 2 configuration (#2774) 2018-08-29 19:34:47 +03:00
requirements_all_ds.txt Update botocore version. 2018-04-09 22:55:20 +03:00
requirements_dev.txt Update pymongo version to support newer MongoDB versions 2018-04-08 15:26:35 +03:00
requirements_oracle_ds.txt Update oracle client version 2017-09-13 17:40:44 +02:00
requirements.txt Merge pull request #2686 from jezdez/serverside 2018-08-01 16:55:40 +03:00
setup.cfg Fix PEP8 section name 2017-02-18 12:41:57 +02:00
webpack.config.js Support .jsx files. 2018-07-17 13:47:43 +03: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.

Demo

Try out the demo instance (login with any Google account).

Getting Started

Supported Data Sources

Redash supports more than 25 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!

License

BSD-2-Clause.