nx_lib_ingest_tsv.nx
buildroot/runtime/nx_lib_ingest_tsv.nx
about
nx_lib_ingest.nx -- sovereign WRITE/INGEST path for the nishi-library catalog.
Ingests a TSV of works into nx_lib_store (retires the Python sources/sync).
line = work_hk<TAB>title<TAB>doi<TAB>published<TAB>license
splits work_hk off the front; the remainder is the store record. No python,
no shell, no 3rd-party. Built + run by the WOMB.
license_tier: ORIGINAL | genealogy_id: nishi_library_sovereign_ingest_2026_06_30
dependencies 2 imports · 5 importers
imports: nx_syscalls.nxnx_lib_store.nx
imported by: nx_lib_e2e_test.nxnx_lib_http.nxnx_lib_index_test.nxnx_lib_page_test.nxnx_lib_search_test.nx
structs
| none |
consts
| 9 | const K_MAGIC_1024: i64 = 1024 |
functions
| 12 | func nx_lib_ingest_buf(buf: *u8, n: i64) -> i64 called by 6: mainlhd_ingest_responsemainnx_lib_ingest_filemainmain calls 2: sys_mmapnx_lib_store_put_work |
| 48 | func nx_lib_ingest_file(path: *u8) -> i64 |