UN Goal Timelines - Data Commons

Goal #1: Great Jobs

Let's find and apply for great paying jobs. Help us develop a local job search using Serp.
We're focusing on workforce automation and assistance that ends poverty while eliminating government debt.

If you'd like to document your contributions, one option is to use our times spreadsheet template. Better yet, use a readme file instead so you can share an overview with reviewers and include links to your contributions. (Fork our contributors repo and document your contributions.)

Data Commons API via Javascript

Thanks to Mehul, we finally figured out how to load timelines using the GDC Javascript API. Using Javascript and NodeJS to call Google Data Commons API.

You can find the DCID and property value using:

Based on REST API v2/observation example 3

Fork our repo to edit

TO DO: Add intuitive dropdown menus for selecting properties.

NOTE: Including a Relation Expression (property value) currently calls v2/node API. Add a dropdown for switching the API.

Parent to children

->* means an 'out' arc with all the properties (children) linked to this node.

Child to parent
<- means an 'in' arc of a child to it's parent nodes.

variable.dcids: Count_Person, Count_Farm, LandCoverFraction_Forest

Variable DCIDs:
Property (v2/node)
JSON Output from Google Data Commons API

NodeJS

Yarn Build into dist/jobs folder

The client-side version of the following resides within docs/jobs/index.html and uses
components/data-loader-earth.js.