Skip to main content

Module assembly

Module assembly 

Source
Expand description

Assemble a view’s manifest into a queryable graph (ADR 0012, ticket C1).

The manifest (path -> content_hash) is the identity layer; the blob store holds the path-agnostic slices. Assembly fetches each referenced slice and inserts it under its manifest path, re-attaching the path the slice itself does not carry.

Functions§

assemble
Assemble manifest into an in-memory graph by fetching each slice from blobs and inserting it under its path.