@ssot-registry/lineage-graph
v0.2.26-dev.1
Published
Portable React viewer for SSOT lineage graph payloads.
Readme
@ssot-registry/lineage-graph
Portable React viewer for SSOT lineage graph payloads.
import { LineageGraphApp } from "@ssot-registry/lineage-graph";
<LineageGraphApp payload={payload} />;The package also exports createStandaloneHtml(payload), which is used by the Python ssot-registry graph lineage command to emit an offline HTML artifact.
LineageGraphApp is the forward path for new integrations. The lower-level
LineageGraph canvas export remains available for compatibility with existing
callers, but new work should use the workspace app shell.
