forked from anmolkoul/node-dc-mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# node-dc-mongo | ||
Source code for the project demonstrating data visualization using d3.js, dc.js, node.js and mongodb | ||
|
||
For the full post please visit: | ||
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: | ||
1. Install MongoDB | ||
2.Insert the data into mongoDB as given in the blog | ||
3.Install Nodejs and NPM | ||
4. Navigate to the node-dc-mongo directory using command prompt and run npm install, this will install the dependencies | ||
5. Navigate to the node-dc-mongo directory using command prompt and run npm start | ||
6. In your browser go to localhost:8080/index.html |