No description
- Python 72.8%
- Shell 26%
- Dockerfile 1.2%
| .docker/initdb | ||
| import | ||
| scripts | ||
| .envrc | ||
| .gitignore | ||
| compose.yml | ||
| devbox.json | ||
| devbox.lock | ||
| directives.journal | ||
| Dockerfile | ||
| README.md | ||
Finances
Demo of the structure of my personal finances system, built on hledger-flow. Not functional, just meant as a starting point.
scripts/import runs the import. scripts/sync-db.sh pushes to Postgres for
dashboards. Dockerfile and compose.yml show how the sync process can be run.
Pairs well with an Argo workflow to fetch new txns into 1-in and a push webhook to run the sync process.