redash/README.md

57 lines
3.3 KiB
Markdown
Raw Normal View History

2016-01-14 07:56:17 +00:00
More details about the future of re:dash : http://bit.ly/journey-first-step
2015-10-26 10:53:32 +00:00
---
2015-10-26 10:51:20 +00:00
2014-09-17 13:04:30 +00:00
<p align="center">
2015-11-18 15:49:11 +00:00
<img title="re:dash" src='http://redash.io/static/old_img/redash_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)
2016-04-07 22:05:33 +00:00
[![Documentation](https://img.shields.io/badge/docs-redash.io-brightgreen.svg)](http://docs.redash.io)
2016-04-07 21:55:32 +00:00
2013-10-28 13:18:13 +00:00
**_re:dash_** is our take on freeing the data within our company in a way that will better fit our culture and usage patterns.
2014-09-17 13:04:30 +00:00
Prior to **_re:dash_**, 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
**_re:dash_** 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).
2015-07-22 11:55:26 +00:00
Today **_re:dash_** 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
2013-10-28 08:33:12 +00:00
**_re:dash_** 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
2014-09-17 13:04:30 +00:00
**_re:dash_** is a work in progress and has its rough edges and way to go to fulfill its full potential. The Query Editor part is quite solid, but the visualizations need more work to enrich them and to make them more user friendly.
2013-10-27 09:24:02 +00:00
2013-10-30 10:23:16 +00:00
## Demo
2016-01-27 10:55:52 +00:00
<img src="https://cloud.githubusercontent.com/assets/71468/12611424/1faf4d6a-c4f5-11e5-89b5-31efc1155d2c.gif" width="60%"/>
2013-10-30 10:37:33 +00:00
You can 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 re:dash instance](http://redash.io/deployment/setup.html) (includes links to ready made AWS/GCE images).
2015-11-16 14:12:41 +00:00
* [Documentation](http://docs.redash.io).
2013-10-27 09:24:02 +00:00
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).
* Want to help us build **_re:dash_**? Fork the project, edit in a [dev environment](http://docs.redash.io/en/latest/dev/vagrant.html), and make a pull request. We need all the help we can get!
2013-10-27 09:24:02 +00:00
## License
2015-11-16 14:12:41 +00:00
See [LICENSE](https://github.com/getredash/redash/blob/master/LICENSE) file.