Bulk JSON Import Progress

Import thousands of rows from a user-supplied file without the UI going dark or the batch dying halfway — chunk the writes and emit progress per chunk, reject a parse that yields nothing before touching the database, and filter incoming rows down to those whose referenced parents exist. Use when building an import/restore feature, when an import of a large file appears frozen, or when a single bad row aborts a whole import.

maxrave-dev f1335f1 7.2 KB Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/bulk-json-import-progress commit f1335f10fe

Frequently asked questions

npx skillmds@latest add maxrave-dev/bulk-json-import-progress