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
+22
View File
@@ -23,6 +23,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"
@@ -3225,6 +3226,27 @@
"node": ">= 10.x"
}
},
"node_modules/stream-chain": {
"version": "3.6.1",
"resolved": "https://registry.npmjs.org/stream-chain/-/stream-chain-3.6.1.tgz",
"integrity": "sha512-M4BQpNPI71uumkVXjl4y+mIormQXdo4R0pSR23mcLbn6D+kpvu7Kx2g1hf0jRB76Zb1IT1M06OIGghMTAtZdyQ==",
"license": "BSD-3-Clause",
"funding": {
"url": "https://github.com/sponsors/uhop"
}
},
"node_modules/stream-json": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/stream-json/-/stream-json-2.1.0.tgz",
"integrity": "sha512-9gV/ywtebMn3DdKnNKYCb9iESvgR1dHbucNV+bRGvdvy+jV4c9FFgYKmENhpKv58jSwvs90Wk80RhfKk1KxHPg==",
"license": "BSD-3-Clause",
"dependencies": {
"stream-chain": "^3.6.1"
},
"funding": {
"url": "https://github.com/sponsors/uhop"
}
},
"node_modules/tagged-tag": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",