immartian / DonorsChoose_Visualization

Source for blog post: Interactive Data Visualization with D3.js, DC.js, Python, and MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DonorsChoose_Visualization

#Visit my Blog : http://adilmoujahid.com

Getting started

The dependencies for the project can be installed using

$ pip install -r requirements.txt

You can use Vagrant to start a machine with a MongoDB instance running

$ vagrant up

To initialize the database you need to download the data

$ wget https://s3.amazonaws.com/open_data/csv/opendata_projects.zip && unzip opendata_projects.zip

and import it

$ mongoimport -d donorschoose -c projects --type csv --file /vagrant/opendata_projects.csv -headerline

About

Source for blog post: Interactive Data Visualization with D3.js, DC.js, Python, and MongoDB


Languages

Language:JavaScript 95.9%Language:CSS 2.1%Language:HTML 1.5%Language:Python 0.5%