Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/githubocto/flat-demo-covid-dashboard
A Flat Data GitHub Action demo repo
https://github.com/githubocto/flat-demo-covid-dashboard
demo flat-data
Last synced: 3 months ago
JSON representation
A Flat Data GitHub Action demo repo
- Host: GitHub
- URL: https://github.com/githubocto/flat-demo-covid-dashboard
- Owner: githubocto
- License: mit
- Created: 2021-04-19T14:28:37.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T00:25:49.000Z (3 months ago)
- Last Synced: 2024-11-13T00:04:43.279Z (3 months ago)
- Topics: demo, flat-data
- Language: TypeScript
- Homepage: https://octo.github.com/projects/flat-data
- Size: 517 MB
- Stars: 35
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flat Data Demo: COVID Dashboard
This demo is part of a larger Flat Data project created by [GitHub OCTO](https://octo.github.com/). Read more about the project [here](https://octo.github.com/projects/flat-data).
The generated app lives at [https://githubocto.github.io/flat-demo-covid-dashboard/](https://githubocto.github.io/flat-demo-covid-dashboard/).
## What this demo does
This uses a Flat Action to fetch data about COVID-19 and display it in a dashboard. It's a great example of how to:
- load data from different sources (both HTTP & SQL)
- merge that data into one `data.json` file
- create a dashboard on top of that data
![Data flow diagram](./readme-images/diagram.png)