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:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
declare module 'stream-json/filters/pick' {
|
||||
export function pick(options: { filter: string }): NodeJS.ReadWriteStream;
|
||||
}
|
||||
|
||||
declare module 'stream-json/streamers/stream-array' {
|
||||
export function streamArray(): NodeJS.ReadWriteStream;
|
||||
}
|
||||
Reference in New Issue
Block a user