Public Access
1
0

chore: improve postal data import observability

Add progress logging and a status script for postal imports and neighbor builds, and ignore local raw and generated postal datasets.
This commit is contained in:
pguerrerox
2026-04-12 23:22:36 +00:00
parent cc00a439bf
commit dc7686f507
11 changed files with 267 additions and 23 deletions
+2
View File
@@ -16,6 +16,7 @@
"migrate": "tsx --tsconfig tsconfig.server.json db/scripts/migrate.ts",
"import:postal": "tsx --tsconfig tsconfig.server.json db/scripts/import-postal-areas.ts",
"build:postal-neighbors": "tsx --tsconfig tsconfig.server.json db/scripts/build-postal-neighbors.ts",
"check:postal": "tsx --tsconfig tsconfig.server.json db/scripts/check-postal-status.ts",
"seed:postal": "npm run import:postal && npm run build:postal-neighbors",
"start:api": "node dist-server/server/src/index.js",
"start:worker": "node dist-server/server/src/worker.js"
@@ -36,6 +37,7 @@
"pg-boss": "^12.14.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"stream-json": "^2.1.0",
"tailwind-merge": "^3.5.0",
"vite": "^6.2.0",
"zod": "^4.3.6"