Skip to content
aaronwwf edited this page Oct 5, 2016 · 2 revisions

##Welcome to the IDAT wiki!

IDAT is short for "Interactive Data Analysis Tool". A tool for non-database-skill users to interact with multiple dimensional data and to find valuable insights from the data. Users can easily drill down to a sub dataset and view (analyze) it from different dimensions.

##Dependencies

nodejs,jquery,d3.js,hammer.js,handlebars,highcharts,jmpress,bootstrap,alasql

##Installation

nodejs and npm should be pre-installed.

In the project root path:

  1. sudo npm install -g gulp bower
  2. npm install
  3. bower install
  4. gulp serve

If everything goes well, IDAT homepage should be showed in users' default browser.

Legacy version

In the "bak" subfolder, is the legacy version.

With jdk(>=1.7) installed, user can compile and run the legacy version with the following command:

sh run.sh

Clone this wiki locally