Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Go to file
2013-10-27 14:49:45 +02:00
rd_service Initial commit. 2013-10-25 10:26:07 +03:00
rd_ui Initial commit. 2013-10-25 10:26:07 +03:00
.gitignore Initial commit. 2013-10-25 10:26:07 +03:00
README.md README - draft 1 2013-10-27 14:49:45 +02:00

redash

redash was developed at everything.me as an alternative to the standard BI tools available today, that will better fit our culture and usage patterns.

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 data set and the query that generated it. This way everyone can peer review not only the resulting data set but also the process that generated it. Also it's possible to fork it and generate new data sets and reach new insights.
  2. Dashboards/Visualizations: once you have a data set, you can create different visualizations out of it, and then combine several visualizations into a single dashboard. Currently it supports bar charts, pivot table and cohorts.

This is the first release, which is more than usable but still 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.

Technology

PostgreSQL is used both as the operatinal database for the system, but also as the data store that is being queried. To be exact, we built this system to use on top of Amazon's Redshift, which supports the PG driver. But it's quite simple to add support for other datastores, and we do plan to do so.

This is our first large scale AngularJS project, and we learned a lot during the development of it. There are still things we need to iron out, and comments on the way we use AngularJS are more than welcome (and pull requests just as well).

HighCharts

HighCharts is really great, but it's not free for commercial use. Please refer to their licensing options, to see what applies for your use.

It's very likely that in the future we will switch to D3.js instead.

How to install

TBD.

Roadmap

TBD.

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 and make a pull request. We need all the help we can get!

License

TBD.