Example Output
17 working examples demonstrating quicue.ca patterns from minimal to production-scale.
Examples
| Example | Path |
|---|---|
| datacenter | examples/datacenter/ |
| homelab | examples/homelab/ |
| devbox | examples/devbox/ |
| graph-patterns | examples/graph-patterns/ |
| drift-detection | examples/drift-detection/ |
| federation | examples/federation/ |
| type-composition | examples/type-composition/ |
| 3-layer | examples/3-layer/ |
| docker-bootstrap | examples/docker-bootstrap/ |
| wiki-projection | examples/wiki-projection/ |
| toon-export | examples/toon-export/ |
| patterns-v2 | examples/patterns-v2/ |
| reconciliation | examples/reconciliation/ |
| showcase | examples/showcase/ |
| sbom | examples/sbom/ |
| ci | examples/ci/ |
| universal-platform | examples/universal-platform/ |
Running an example
# Validate
cue vet ./examples/datacenter/
# Summary
cue eval ./examples/datacenter/ -e output.summary
# Impact analysis
cue eval ./examples/datacenter/ -e output.impact."router-core"
# JSON-LD export
cue export ./examples/datacenter/ -e jsonld --out json
Each example is a self-contained CUE module under examples/. They import from vocab/ and patterns/ and can be evaluated independently.