PII-safe data pipeline for LBNL pension/benefits analysis. Extracts Excel workbooks, hashes PII in-memory (never writes raw data to disk), outputs anonymized CSVs.
Bun + Effect + React + Vite (BERV)
bun install
cp .env.example .env # edit environment variables| Command | Description | Output |
|---|---|---|
| {{insert-text}} | {{insert-text}} | {{insert-text}} |
.env (gitignored):
{{insert-text}}
- {{insert-follow-up-bullet-text}}
- ...
{{insert-text}}
# Replace with actual commands
bun test # unit tests
bun test:slow # integration tests
bun run type-check # tsc --noEmit
bun run lint # biome lint
bun run lint:fp # eslint FP rules