redash/README.md

54 lines
3.1 KiB
Markdown
Raw Normal View History

2014-09-17 13:04:30 +00:00
<p align="center">
2017-01-22 21:08:16 +00:00
<img title="Redash" src='https://redash.io/assets/images/logo.png' width="200px"/>
2014-09-17 13:04:30 +00:00
</p>
<p align="center">
2015-11-18 15:49:11 +00:00
<img title="Build Status" src='https://circleci.com/gh/getredash/redash.png?circle-token=8a695aa5ec2cbfa89b48c275aea298318016f040'/>
2014-09-17 13:04:30 +00:00
</p>
2013-10-27 09:24:02 +00:00
2016-04-07 21:55:32 +00:00
[![Join the chat at https://gitter.im/getredash/redash](https://badges.gitter.im/getredash/redash.svg)](https://gitter.im/getredash/redash?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Documentation](https://img.shields.io/badge/docs-redash.io/help-brightgreen.svg)](https://redash.io/help/)
2016-04-07 21:55:32 +00:00
**_Redash_** is our take on freeing the data within our company in a way that will better fit our culture and usage patterns.
2013-10-28 13:18:13 +00:00
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.
2013-10-28 13:18:13 +00:00
**_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,
2015-07-28 23:01:22 +00:00
Presto, Google Spreadsheets, Cloudera Impala, Hive and custom scripts.
2013-10-27 09:24:02 +00:00
**_Redash_** consists of two parts:
2013-10-27 09:24:02 +00:00
2014-09-17 13:04:30 +00:00
1. **Query Editor**: think of [JS Fiddle](http://jsfiddle.net) 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.
2013-10-27 09:24:02 +00:00
2013-10-30 10:23:16 +00:00
## Demo
2018-04-24 11:58:58 +00:00
<img src="https://raw.githubusercontent.com/getredash/website/8e820cd02c73a8ddf4f946a9d293c54fd3fb08b9/website/_assets/images/redash-anim.gif" width="60%"/>
2013-10-30 10:37:33 +00:00
2018-04-24 11:58:58 +00:00
Try out the demo instance: http://demo.redash.io/ (login with any Google account).
2013-10-30 10:23:16 +00:00
2013-10-30 11:10:16 +00:00
## Getting Started
* [Setting up Redash instance](https://redash.io/help-onpremise/setup/setting-up-redash-instance.html) (includes links to ready made AWS/GCE images).
* [Documentation](https://redash.io/help/).
2013-10-27 09:24:02 +00:00
2018-04-24 11:58:58 +00:00
## Supported Data Sources
More than 25 [data sources](https://redash.io/help/data-sources/supported-data-sources) supported.
2013-10-28 14:51:49 +00:00
2016-04-17 06:24:21 +00:00
## Getting Help
2013-10-28 14:51:49 +00:00
2016-04-17 06:24:21 +00:00
* Issues: https://github.com/getredash/redash/issues
* Discussion Forum: https://discuss.redash.io/
2016-04-17 06:24:21 +00:00
* Slack: http://slack.redash.io/
* Gitter (chat): https://gitter.im/getredash/redash
2013-10-27 09:24:02 +00:00
## Reporting Bugs and Contributing Code
2015-11-16 14:12:41 +00:00
* Want to report a bug or request a feature? Please open [an issue](https://github.com/getredash/redash/issues/new).
2017-09-22 16:51:10 +00:00
* Want to help us build **_Redash_**? Fork the project, edit in a [dev environment](https://redash.io/help-onpremise/dev/guide.html), and make a pull request. We need all the help we can get!
2013-10-27 09:24:02 +00:00
## License
BSD-2-Clause.