This dataset was created to support 2011 DIA "Development Connections: Unveiling the Impact of New Information Technologies" on the following topics: ICT for development, ICT for productive development.
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"mydata-iadb/development-connections-unveiling-the-impact-of-eg8e-58ss\".\"development_connections_unveiling_the_impact_of\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.