Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Go to file
Gabriel Dutra 38b6b47594 Migrate Dashboard and Public Dashboard to React (#4228)
* Initial React Rendering with useDashboard

* Make sure widgets refresh + useCallback

* Rename collectFilters and add refreshRate

* Fix error updates not being rendered

* Only render widget bottom when queryResults exists

* Cleanup

* Add useCallback to refreshDashboard

* Make sure Promise.all have all promises done

* Start migrating Dashoard to React
- initial rendering
- some actions
- temporary updated less file

* Fullscreen handler added

* Separate refreshRateHandler hook

* Add a few tooltips

* Separate DashboardControl and normalize btn width

* Share Button

* Fix serach params not updating

* Enumerate More Options

* Toggle Publish options

* Archive Dashboard

* Parameters + Filters

* Prepare Manage Permissions

* Start to create edit mode

* Add Edit Mode functionalities

* Use previous state when updating dashboard

* Mobile adjustments

* PermissionsEditorDialog + Dashboard page title

* Update Dashboard spec

* Fix other specs

* Break dashboard.less

* Hide publish button on mobile

* Angular Cleaning

* Keep edit state when changing resolution

* Bug fix: Dashboard Level Filters not updating

* Remove prepareWidgetsForDashboard

* Revert "Remove prepareWidgetsForDashboard"

This reverts commit b434f03da16a0807dae05c96f7f9402ac6ac7c74.

* Avoid saving layout changes out of editing mode

* Apply policy for enabled refresh rates

* Disable loadDashboard deps

* Restyled by prettier (#4459)

* Update title when dashboard name updates

Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com>
2019-12-24 10:20:40 +02:00
.circleci Remove Chrome Logger and update Cypress and Percy (#4354) 2019-11-14 15:23:00 -03:00
.github Prettier all the Javascript code & GitHub Action (#4433) 2019-12-11 17:05:38 +02:00
bin Migrate the application to Python 3 (#4251) 2019-10-24 12:42:13 +03:00
client Migrate Dashboard and Public Dashboard to React (#4228) 2019-12-24 10:20:40 +02:00
migrations Black support for the Python codebase (#4297) 2019-12-11 13:54:29 +02:00
redash Adding application to Azure Kusto query runner (#4441) 2019-12-13 21:47:11 +02:00
setup Move the setup scripts to their own home (#4310) 2019-10-28 21:11:21 +02:00
tests Black support for the Python codebase (#4297) 2019-12-11 13:54:29 +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
.restyled.yaml Fix Restyled config (#4438) 2019-12-11 23:06:17 -03:00
CHANGELOG.md Add V8 to the CHANGELOG. 2019-10-28 13:27:34 +02: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 Adjust RQ job priorities (#4301) 2019-11-06 13:36:27 +02:00
Dockerfile Remove --max-old-space-size=4096 from npm build command (#4381) 2019-12-05 22:41:57 +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 Remove Husky (#4435) 2019-12-11 14:49:57 +02:00
package.json Fix prettier commandline option to be recursive (#4458) 2019-12-17 14:52:45 +02:00
pytest.ini Remove missing coverage from pytest terminal output (#3180) 2018-12-12 08:30:46 +02:00
README.md Update badge in README.md to link to CircleCI (#4104) 2019-09-01 10:50:14 +03:00
requirements_all_ds.txt Add user/pass authentication support for Druid (#4315) 2019-12-05 09:27:59 +02:00
requirements_bundles.txt Migrate the application to Python 3 (#4251) 2019-10-24 12:42:13 +03:00
requirements_dev.txt Migrate the application to Python 3 (#4251) 2019-10-24 12:42:13 +03:00
requirements_oracle_ds.txt Update oracle client version 2017-09-13 17:40:44 +02:00
requirements.txt Downgrade Kombu version to 4.6.3 (#4406) 2019-11-27 18:08:47 +02: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 Turned off max asset size warning (#4023) 2019-07-31 11:34:52 +03: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.