Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuyatinnefeld/github-flat-data
๐งช Test Features ๐งช | Github Next Project
https://github.com/yuyatinnefeld/github-flat-data
flatdata github-next
Last synced: 5 days ago
JSON representation
๐งช Test Features ๐งช | Github Next Project
- Host: GitHub
- URL: https://github.com/yuyatinnefeld/github-flat-data
- Owner: yuyatinnefeld
- Created: 2023-04-07T07:16:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-01T01:23:30.000Z (7 days ago)
- Last Synced: 2025-01-01T02:22:57.338Z (7 days ago)
- Topics: flatdata, github-next
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bitcoin Price ETL via Github Flat Data
## [Flat Data Viewer](https://flatgithub.com/yuyatinnefeld/github-flat-data)
## About Github Flat Data
Flat Data eschews the complexity of many tools in the data/ETL space in favor of something simple and flexible enough for many workloads, but which requires no user-maintained infrastructure. While Flat has a ton of utility for developers, we want to make it easier for scientists, journalists, and other developer-adjacent audiences to develop lightweight, data-driven apps.## Setup
1. create a public github repo
2. give persmissions to github-actions[bot]
- check if "Read and write permissions" are enabled in Settings -> Actions -> General -> Workflow permissions
3. write .github/workflows/flat.yml
4. write a btc-price-postprocessed.json to store the fetched data
5. write an empty btc-price.json which is updated through postprocess.js