Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danpalmer/adventure-timeline

Compare and contrast datasets with a timeline of aid projects.
https://github.com/danpalmer/adventure-timeline

Last synced: 25 days ago
JSON representation

Compare and contrast datasets with a timeline of aid projects.

Awesome Lists containing this project

README

        

Create a database called iati_data in Postgres, or modify `lib/model.py` to point to an SQLite database and then run python app.py

To get the data, use [okfn/iatitools](https://github.com/okfn/iatitools) scripts, stages 1 and 2, to download the data (~1.8GB) and create a SQLite database. The only data missing will be the countries table which must be created manually using `db.create_tables((Country,))`, and populated using `countries_data.json`.