Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g0v/tw_campaign_finance
https://github.com/g0v/tw_campaign_finance
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/g0v/tw_campaign_finance
- Owner: g0v
- License: mit
- Created: 2023-07-01T08:36:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-08T02:55:14.000Z (over 1 year ago)
- Last Synced: 2024-11-17T16:42:20.825Z (3 months ago)
- Language: CSS
- Size: 1.15 MB
- Stars: 12
- Watchers: 41
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to tw-campaign-finance
### Getting started
Install dbt:
```
python3 -m venv venv
source venv/bin/activate
source venv/bin/activatepip install dbt-duckdb
```### Using the project
Download the incomes & expenditures csv from: https://g0v.hackmd.io/gGGUBDEXQOKGL_feUpPekg
Try running the following commands:
- dbt seed
- dbt run
- dbt testThe resulting parquet files will be available under `target/`.
###
See also `vgplot/` directory for yaml spec for interactive exploration with [mosaic](https://uwdata.github.io/mosaic/)
### License
MIT