This track is for engineers who want to script OEDI-SI, integrate it into pipelines, or run distributed simulations.
What you’ll learn¶
Architecture — the component framework internals: how a wiring diagram becomes a runner config and a set of HELICS federates.
Multi-container — the REST contract and the Docker Compose / Kubernetes workflow for distributed runs.
Deployment — hosting the docs and running the app in multi-user mode behind a reverse proxy.
For API documentation, CLI commands, data types, and the component catalog, see the Reference section.
Prerequisites¶
oedisiinstalled and on your PATH (oedisi --help).Familiarity with how OEDI-SI works and, ideally, having built a component in the Intermediate track.