Examples¶
Example Suites¶
The repository currently includes these workspace suites under examples/oci-suites/:
composite-readinessfleet-control-roomidentity-brokerkafka-topic-lifecyclepayment-suitereturns-control-planesoap-claims-hubstorefront-browser-lab
These examples cover different kinds of suite composition:
- browser-driven flows
- async and event-driven topologies
- mock-heavy API suites
- nested suite composition
- policy and fixture-driven tests
Example Modules¶
The example module folders under examples/oci-modules/ are:
kafkapostgres
These are pure Starlark module examples built on top of the built-in runtime primitives.
Syncing Example Content¶
The repository includes:
backend/cmd/sync-examples
This command syncs generated example workspace content into the checked-in examples root.
Run it from backend/ with:
Seeding A Local Registry¶
The repository also includes:
backend/cmd/seed-zot
This command can publish seeded references into a local registry so the catalog has discoverable package content.
Why The Examples Matter¶
The examples act as:
- runnable reference suites
- UI inspection data
- catalog enrichment sources
- authoring examples for new suites and modules