The SOCR Analytics Dashboard is an integrated Big-Data analytics suite designed for web based merging, integration, and analysis of large, incongruent datasets. The package features a non-relational database for storage and integration of heterogeneous datasets, a JavaScript-based web server built using node.js, and a sleek front-end for visualization and real-time manipulation of data.
Sample Demo:
-
ensure the node framework has been installed
-
in a command prompt navigate to the server/mongodb/bin folder, and run mongod:
mongod --dbpath ../data
-
navigate to the root directory of the project in node, and run
npm install
-
once dependencies are installed, launch node server:
npm start
-
navigate to selected address in browser to launch webapp (default is http://localhost:3000/)