Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zstumgoren/bls-api
Test/demo basic dynamic API query for static interactive.
https://github.com/zstumgoren/bls-api
Last synced: about 1 month ago
JSON representation
Test/demo basic dynamic API query for static interactive.
- Host: GitHub
- URL: https://github.com/zstumgoren/bls-api
- Owner: zstumgoren
- Created: 2022-05-17T20:13:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T20:31:01.000Z (11 months ago)
- Last Synced: 2024-11-04T04:41:53.229Z (3 months ago)
- Language: Python
- Size: 1.13 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unemployment Data Viz with an API
> Goal: To build an interactive data visualization that relies on a dynamic API backed by cloud services.
The tutorial will walk you through the process of creating a Vega-Lite chart that shows unemployment rates over time for a given county. The app allows the user to supply name of a county and state; once submitted, the app calls a custom API built with a Google Cloud Function. In turn, this cloud function runs a SQL query on a BigQuery data table containing county-level data from the Bureau of Labor of Statistics.
- [Initial setup](docs/setup.md)
- [API - Hello World](docs/api_hello_world.md)
- [BLS data and GCP BigQuery](docs/bigquery.md)
- [API - BLA County Data](docs/api_bls.md)
- [Exercises](docs/exercises.md) - Add some pizzaz to the viz