Skip to content

πŸ§ͺ Lab Environment, Data & Setup

Drive folder: https://drive.google.com/drive/folders/1QyGrbwbPByf79bZNmJ_dtmftOpObLym3

Environment Blueprint: Google Doc Β· Drive PDF

Synthetic Data & Defect Blueprint: Google Doc Β· Drive PDF

Online environment pages

Live GitHub lab workspace

The editable, rerunnable lab assets live outside the MkDocs docs/ tree in the private repository's /lab workspace on GitHub.

SQL setup

Python

Source-data control

Frozen Drive archive

The original generated baseline ZIP remains in Drive as a frozen archival copy: Meridian_Synthetic_Source_Data_Baseline.zip.

Drive working areas

Area Drive folder Purpose
01 β€” Setup & Installation Open Local environment/setup artifacts.
02 β€” Synthetic Data Open Canonical raw synthetic sources and manifests.
03 β€” SQL Scripts Open Bootstrap, schema, validation and chapter SQL.
04 β€” Python Scripts & Notebooks Open Data generation/profiling/validation/automation.
05 β€” Diagrams Open Architecture, lineage, models and other visuals.
06 β€” Generated Outputs & Evidence Open Results produced by labs.
07 β€” Rebuild, Backup & Recovery Open Reproducibility and recovery assets.

Core rule

The lab environment must be safe, synthetic, reproducible and disposable. Preserve canonical raw data. Changes happen in database/staging/processed/evidence layers or through controlled defect-injection/rebuild mechanismsβ€”not by quietly hand-editing the source until no one knows the starting state.

Repository boundary

Text assets that benefit from version control belong in GitHub. The current program source PDFs are now archived locally in the private repository; Google-native originals and selected frozen/large binary archives remain linked in Drive where appropriate.

← 00B Home