Skip to content

A simple web app example to visualise data from a MongoDB collection using d3.js scatterplot.

Notifications You must be signed in to change notification settings

fabiosikansi/d3-mongo-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d3-mongo-rest

A simple web app example to visualise data from a MongoDB collection using d3.js scatterplot.

Instalation

  1. Make sure you have a mongoDB server up and running!
  2. Install dependencies npm install
  3. If your mongoDB server isn´t running on localhost, edit the connection url variable on files loadData.js and server.js
  4. Run node loadData.js to load the example data into the database

Start server

Run npm start or node server.js

References: D3.js Scatterplot express.js MongoDB Node Driver

TODO:

  • Add config file
  • Filter data using query parameters

About

A simple web app example to visualise data from a MongoDB collection using d3.js scatterplot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published