Skip to content

walter-erquinigo/donors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published