Source code for the project demonstrating data visualization using d3.js, dc.js, node.js and mongodb
https://anmolkoul.wordpress.com/2015/06/05/interactive-data-visualization-using-d3-js-dc-js-nodejs-and-mongodb
Required Components:
D3.js
Dc.js
Node.js
Crossfilter.js
Jquery
MongoDB
Steps for successful execution:
- Install MongoDB
2.Insert the data into mongoDB as given in the blog
3.Install Nodejs and NPM - Navigate to the node-dc-mongo directory using command prompt and run npm install, this will install the dependencies
- Navigate to the node-dc-mongo directory using command prompt and run npm start
- In your browser go to localhost:8080/index.html