Chunked Registry

Streaming reader access to the full deposit registry, split into ~1 MB chunks.

The full /data/registry.json is ~6 MB. For readers that want to stream or paginate — including machine consumers with memory constraints and archival mirrors that want to verify each range independently — the registry is also served as fixed-size chunks in this directory. Each chunk is content-addressable and independently verifiable via SHA256SUMS.txt.

Machine-readable index

_index.json — JSON-LD DataCatalog describing all chunks, their byte ranges, and deposit ID ranges.

Chunks

chunk-001-deposits-1-to-70.json~992 KBdeposits 1–70
chunk-002-deposits-71-to-158.json~996 KBdeposits 71–158
chunk-003-deposits-159-to-254.json~997 KBdeposits 159–254
chunk-004-deposits-255-to-357.json~994 KBdeposits 255–357
chunk-005-deposits-358-to-459.json~988 KBdeposits 358–459
chunk-006-deposits-460-to-542.json~995 KBdeposits 460–542
chunk-007-deposits-543-to-648.json~996 KBdeposits 543–648
chunk-008-deposits-649-to-790.json~996 KBdeposits 649–790
chunk-009-deposits-791-to-992.json~1000 KBdeposits 791–992
chunk-010-deposits-993-to-1086.json~362 KBdeposits 993–1086

Verification

All chunks are hashed in /SHA256SUMS.txt. To verify a chunk after download: sha256sum chunk-001-deposits-1-to-70.json, then compare to the corresponding line in SHA256SUMS.txt.