-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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:
- sudo npm install -g gulp bower
- npm install
- bower install
- gulp serve
If everything goes well, IDAT homepage should be showed in users' default browser.
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