Skip to content

Latest commit

 

History

History

mongodb

D3.js with MongoDB

This is an illustration of the use of mongoDB with D3.js: a D3-based graph that is connected to a mongoDB database

Things you need

Preparations

Use

  • Start the mongoDB daemon, mongod.
  • Run mongo_request.py to start the database server.
  • Open index.html in a browser. (Note: don't go to localhost:8080 which is just used for the data; rather, just open index.html as file:///.../index.html)