No description
  • Python 72.8%
  • Shell 26%
  • Dockerfile 1.2%
Find a file
2026-05-01 22:36:18 -07:00
.docker/initdb initial commit 2026-05-01 22:36:18 -07:00
import initial commit 2026-05-01 22:36:18 -07:00
scripts initial commit 2026-05-01 22:36:18 -07:00
.envrc initial commit 2026-05-01 22:36:18 -07:00
.gitignore initial commit 2026-05-01 22:36:18 -07:00
compose.yml initial commit 2026-05-01 22:36:18 -07:00
devbox.json initial commit 2026-05-01 22:36:18 -07:00
devbox.lock initial commit 2026-05-01 22:36:18 -07:00
directives.journal initial commit 2026-05-01 22:36:18 -07:00
Dockerfile initial commit 2026-05-01 22:36:18 -07:00
README.md initial commit 2026-05-01 22:36:18 -07:00

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.