Skip to content

bezunakarmi/D-Portal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d-portal logo

d-portal.org helps you explore IATI data by providing information by country or by publisher on development activities and budgets published to the platform.

The live version lives at http://d-portal.org/

We are currently in BETA. While d-portal is publicly available, it is not considered finished. You may experience bugs and missing features, but that is why we need your feedback and support.

Features

  • Explore IATI data for both countries and publishers.
  • Updates everyday GMT +0 with new data from the IATI Registry.
  • DStore is an optimized nodejs + SQLite database for use in real time queries.
  • Q allows queries via simple but complex filters.
  • SAVi xml simplifies IATI xml to aid legibility for casual users.
  • Localization ready means adding translations of different languages a breeze.
  • Themeing options for customised versions of d-portal.
  • Chart.js for fully customisable graphs.
  • Generator allows easy embedding of IATI content in blog posts and websites.
  • Dash explores the gaps, highlights quality of data being published and displayed on d-portal.org
  • Easily create news posts using Markdown.
  • Install your own d-portal.
  • Open source with The MIT License.

Directory Structure

/dstore contains server side javascript for xml manipulation and parsing of iati data. See the readme in that directory for more information. This is needed to run the Q queries on your own host.

/ctrack contains client side javascript and css for displaying information direct from the datastore in browser. See the README in that directory for more information. This is needed to build and deploy a customized d-portal browser tool.

/dportal contains javascript that builds the static information and example site you will find deployed at http://d-portal.org/

/bin contains helper scripts.

/documents contains documentation

Updates

d-portal.org is currently being developed and designed so things are constantly changing. Thank you for your patience and understanding.

If you have a suggestion or feedback, or would just like to partake in discussions on d-portal, join in by creating a new issue here.

We also post daily logs of the nightly import of new IATI data being published to d-portal.org here.

Subscribe to our mailing list for announcements on current development by joining the Google Group.

If you are interested in finding out more or part-funding d-portal, please contact [email protected]

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.7%
  • CSS 35.7%
  • HTML 21.4%
  • Shell 1.1%
  • Other 0.1%