-
Notifications
You must be signed in to change notification settings - Fork 12
Home
- Install Node.js
- Clone the repository run
git clone https://github.com/sharmalab/Datascope.git - Run
npm run-script build - Goto
http://localhost:3000from your favorite browser.
The configuration files are available at config. There are 4 configuration files:
-
dataSource.json The
dataSource.jsonfile specifies information about the data repository. Refer to the dataSource.json documentation for a detailed description. -
dataDescription.json The
dataDescription.jsonfile specifies information regarding each attribute in the data. An attribute could bevisual,filteringorkey. Refer to dataDescription.json documentation -
interactiveFilters.json Specifies information for interactive filters that appear on the left side of the dashboard. Refer to interactiveFilters.json documentation
-
visualization.json Specify the type of visualization that shall appear on the main display panel. Refer to visualization.json documentation
Modify these files to suit your needs.
Run node app.js to get the application server started.
Goto localhost:3000 to see your dashboard.
Refer to the Developer Guide