Active pipeline
Repos and data locations used by this pipeline
| Component | Role in product | Repository / path | Interview framing |
|---|---|---|---|
| Registry runtime | Pipeline engine for source inventory, upload-pack generation, metadata stamping, Snowflake load-plan SQL, validation SQL, and run artifacts. | github.com/JNA31A_AIT/registry-runtime | Executable runtime for generating registry pipeline artifacts across the registry set. |
| Registry control-plane metadata | Promoted candidate metadata handoff: manifests, metadata references, Snowflake SQL, validation SQL, checksums, and promotion state. No CSV payloads. | github.com/JNA31A_AIT/registry-control-plane-metadata | Reviewable, versioned control-plane output for architects and deployment planning. |
| Registry mapping review console | Human review and demo surface for metadata, mappings, schema drift, registry coverage pages, and future Snowflake Streamlit views. | github.com/JNA31A_AIT/registry-mapping-review-console | Product/review interface for explaining and governing pipeline outputs. |
| Registry control-plane data dump | Local encrypted PHI-bearing CSV bundle storage. Holds generated upload-pack archives as .tar.gz.gpg files. | /mnt/c/Users/jna31a/advent-repos/jna31a_ait/registry-control-plane-data-dump | Operational PHI payload store. Intentionally not a Git repository. |
Honorable mention
Platform tooling used to plan and govern work
| Component | Role in this program | Repository / path | Why it is separate |
|---|---|---|---|
| Codex platform tooling | Reusable orchestration layer for DAGs, grouped DAGs, execplans, validation gates, research-to-implementation handoff, and governed agent workflow rules. | github.com/JNA31A_AIT/codex_platformplatform-template-bootstrap/ | It governs how work is planned and executed across projects; it is not part of the registry data pipeline runtime itself. |