A proposal for metadata management in DASDAE.
See the rendered site for details.
This repository is a Quarto documentation site for the proposed DASDAE
Inventory metadata model. The main model source of truth is
specs/dasdae-inventory.yml; the object reference pages in References/ are generated from that file.
Install the Python dependencies used by the reference generator:
uv syncAfter editing specs/dasdae-inventory.yml, regenerate the object reference pages:
uv run python scripts/generate_references.pyReview and commit the generated References/*.qmd changes with the spec
change.
Build the Quarto site locally:
quarto renderThe rendered site is written to _site/.