From 0c5b0c892fb9efc1d756addd50bdb062797cfce2 Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Wed, 30 Oct 2013 12:23:16 +0200 Subject: [PATCH] Add link to demo instance. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0e928df2..e96a91d2 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ Prior to **_re:dash_**, we tried to use tranditional BI suites and discovered a 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. +## Demo + +You can try out the demo instance: http://rd-demo.herokuapp.com/ (login with any Google account). +Due to Heroku dev plan limits, it has a small database of flights (see schema [here](http://rd-demo.herokuapp.com/dashboard/schema)). Also due to another Heroku limitation, it is running with the regular user, hence you can DELETE or INSERT data/tables. Please be nice and don't do this. + ## Technology * [AngularJS](http://angularjs.org/)