Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Go to file
2020-07-27 14:52:02 +03:00
.circleci Databricks Schema Browser: Allow eventlet worker instead of RQ (#5045) 2020-07-15 17:35:59 +03:00
.github Prettier all the Javascript code & GitHub Action (#4433) 2019-12-11 17:05:38 +02:00
bin Fix bundle-extensions script to work on recent importlib-resources. (#5050) 2020-07-16 23:05:22 +03:00
client Add Column Type to Databricks schema browser (#5052) 2020-07-23 12:52:09 +03:00
migrations Fix : Alembic migration for scheduled query from older to newer version (#4709) 2020-03-08 17:41:21 +02:00
redash Add Column Type to Databricks schema browser (#5052) 2020-07-23 12:52:09 +03:00
scripts Add override mechanism for webpack config (#5057) 2020-07-27 14:52:02 +03:00
setup Move the setup scripts to their own home (#4310) 2019-10-28 21:11:21 +02:00
tests Fix bundle-extensions script to work on recent importlib-resources. (#5050) 2020-07-16 23:05:22 +03:00
viz-lib Fix wrong Y-axis range for stacked bar chart (#5029) 2020-07-17 11:28:15 +03:00
.coveragerc Move to pytest since nose is unmaintained. 2017-10-18 13:51:09 +02:00
.dockerignore Separate visualizations into their own package (#4837) 2020-05-06 10:49:15 +03:00
.editorconfig Convert query control dropdown button to React (#3698) 2019-05-01 07:20:54 +03:00
.gitignore Add ability to ship periodic RQ jobs as part of extensions again. (#4822) 2020-04-28 18:39:30 +02:00
.restyled.yaml Specify restylers versions for restyled (#4842) 2020-04-29 15:44:57 +03:00
CHANGELOG.md V9 changelog (in master) (#4967) 2020-06-11 12:33:36 +03:00
CONTRIBUTING.md Black support for the Python codebase (#4297) 2019-12-11 13:54:29 +02:00
cypress.json Migrate Box Plot visualization to React (#3948) 2019-07-04 22:25:09 +03:00
docker-compose.yml Make frontend build in Docker image optional (#4879) 2020-05-12 16:46:53 +03:00
Dockerfile Small updates to Dockerfile (#4964) 2020-06-11 12:28:59 +03:00
LICENSE Update copyright year to 2020 in LICENSE (#4616) 2020-02-09 12:39:22 +02:00
Makefile Use npm ci instead of npm install in CI scripts (#4688) 2020-02-26 19:23:32 +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 Use npm ci instead of npm install in CI scripts (#4688) 2020-02-26 19:23:32 +02:00
package-lock.json Add TypeScript support (#5027) 2020-07-16 23:05:44 +03:00
package.json Add TypeScript support (#5027) 2020-07-16 23:05:44 +03:00
pytest.ini Remove missing coverage from pytest terminal output (#3180) 2018-12-12 08:30:46 +02:00
README.md Added correct usage of the article (#4911) 2020-05-31 22:22:01 +03:00
requirements_all_ds.txt Datasource Exasol: support encryption setting (#4712) 2020-04-14 12:38:01 +03:00
requirements_bundles.txt Update requirements_bundles versions and comment (#4939) 2020-06-09 13:38:29 +02:00
requirements_dev.txt Add redshift role use option (#4532) 2020-01-21 11:18:33 +02:00
requirements_oracle_ds.txt Update oracle client version 2017-09-13 17:40:44 +02:00
requirements.txt Databricks Schema Browser: Allow eventlet worker instead of RQ (#5045) 2020-07-15 17:35:59 +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 Add override mechanism for webpack config (#5057) 2020-07-27 14:52:02 +03:00
worker.conf Multiprocess RQ workers (using supervisor) (#4371) 2020-01-01 15:32:29 +02:00

Documentation Datree Build Status

Redash is designed to enable anyone, regardless of the level of technical sophistication, to harness the power of data big and small. SQL users leverage Redash to explore, query, visualize, and share data from any data sources. Their work in turn enables anybody in their organization to use the data. Every day, millions of users at thousands of organizations around the world use Redash to develop insights and make data-driven decisions.

Redash features:

  1. Browser-based: Everything in your browser, with a shareable URL.
  2. Ease-of-use: Become immediately productive with data without the need to master complex software.
  3. Query editor: Quickly compose SQL and NoSQL queries with a schema browser and auto-complete.
  4. Visualization and dashboards: Create beautiful visualizations with drag and drop, and combine them into a single dashboard.
  5. Sharing: Collaborate easily by sharing visualizations and their associated queries, enabling peer review of reports and queries.
  6. Schedule refreshes: Automatically update your charts and dashboards at regular intervals you define.
  7. Alerts: Define conditions and be alerted instantly when your data changes.
  8. REST API: Everything that can be done in the UI is also available through REST API.
  9. Broad support for data sources: Extensible data source API with native support for a long list of common databases and platforms.

Getting Started

Supported Data Sources

Redash supports more than 35 SQL and NoSQL data sources. It can also be extended to support more. Below is a list of built-in sources:

  • Amazon Athena
  • Amazon DynamoDB
  • Amazon Redshift
  • Axibase Time Series Database
  • Cassandra
  • ClickHouse
  • CockroachDB
  • CSV
  • Databricks (Apache Spark)
  • DB2 by IBM
  • Druid
  • Elasticsearch
  • Google Analytics
  • Google BigQuery
  • Google Spreadsheets
  • Graphite
  • Greenplum
  • Hive
  • Impala
  • InfluxDB
  • JIRA
  • JSON
  • Apache Kylin
  • OmniSciDB (Formerly MapD)
  • MemSQL
  • Microsoft Azure Data Warehouse / Synapse
  • Microsoft Azure SQL Database
  • Microsoft SQL Server
  • MongoDB
  • MySQL
  • Oracle
  • PostgreSQL
  • Presto
  • Prometheus
  • Python
  • Qubole
  • Rockset
  • Salesforce
  • ScyllaDB
  • Shell Scripts
  • Snowflake
  • SQLite
  • TreasureData
  • Vertica
  • Yandex AppMetrrica
  • Yandex Metrica

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.