Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Go to file
Benjamin Manns 6149e00c2f
Reduce restart to unless-stopped for Redis and Postgres
`restart: always` will cause containers to restart when the machine is rebooted or the docker process restarts. Setting this to `unless-stopped` will mean the container will restart only if the docker process/computer was rebooted without stopping the container first. Otherwise, running `docker-compose stop` and rebooting will cause the docker containers all to start again (and goodbye laptop battery!)

We might also consider `restart: on-failures` which would mean that rebooting would _not_ cause containers to start again unless requested via `docker-compose up`.
2018-02-19 11:07:02 -05:00
.github Update ISSUE_TEMPLATE.md 2018-01-18 20:17:31 +02:00
bin Mark current version as v4-beta 2018-02-14 17:06:51 +02:00
client Add SSO login buttons to invite user page; UI fixes 2018-02-16 13:32:40 +02:00
migrations Move widget position logic migration to the backend and remove some unused code. 2018-02-01 14:40:40 +02:00
old_migrations Modernize Python 2 code to get ready for Python 3 2017-10-04 02:06:53 +02:00
redash Merge pull request #2319 from kravets-levko/feature/server-pages-redesign 2018-02-18 14:53:49 +02:00
setup Update bootstrap script to use v3. 2018-01-05 18:57:15 +02:00
tests Merge pull request #2248 from sjakthol/multiorg-header-login 2018-02-11 15:41:46 +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 Close #1199: support for nested fields in MongoDB results 2018-02-10 21:55:06 +02:00
CHANGELOG.md Mark current version as v4-beta 2018-02-14 17:06:51 +02:00
circle.yml Mark current version as v4-beta 2018-02-14 17:06:51 +02:00
CONTRIBUTING.md fix CONTRIBUTING.md 2017-05-30 23:51:21 +09: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 Fix Docker file ownership issues: 2017-03-07 11:37:31 +02: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
package-lock.json Load all assets from a single directory (Webpack's output path). Also make sure all assets URLs are prefixed with /static/ and remove our custom assets serving handler. 2018-02-07 16:43:25 +02:00
package.json Load all assets from a single directory (Webpack's output path). Also make sure all assets URLs are prefixed with /static/ and remove our custom assets serving handler. 2018-02-07 16:43:25 +02:00
pytest.ini Move to pytest since nose is unmaintained. 2017-10-18 13:51:09 +02:00
README.md Update redirected link in README 2017-09-22 17:51:10 +01:00
requirements_all_ds.txt Update botocore version to support Glue 2018-02-10 22:04:36 +02:00
requirements_dev.txt Allow passing options to tests Docker command. 2018-01-02 13:30:06 +02:00
requirements_oracle_ds.txt Update oracle client version 2017-09-13 17:40:44 +02:00
requirements.txt Add: API to return events 2018-02-11 11:56:10 +02:00
setup.cfg Fix PEP8 section name 2017-02-18 12:41:57 +02:00
webpack.config.js redesign of all pages that are rendered by backend code 2018-02-15 21:49:11 +02: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.