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 so you can share an overview 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:
- Data Commons Google Sheets add-on
- Data Commons Place Browser
- Data Commons StatVar Browser
- Data Commons Browser
Based on REST API v2/observation example 3
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.
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.