How-to Guides#
Practical step-by-step guides for setting up, developing, and using the Gyoza ecosystem.
Use
Generate an OpRun
Submit a run for a deployed op via the REST API.
Monitor and Manage an OpRun
Track progress in real time, retrieve outputs, and retry failed
runs.
Develop
Build an Op
Write the Python op, create a Dockerfile, and build the container
image with
gyoza build.
Test an Op
Run your op locally from source or inside its Docker container
before deploying it.
Deploy an Op
Push the image to a registry and register the OpDefinition on the
server with gyoza deploy.
Infrastructure
Deploy the Server
Launch the gyoza server with Docker Compose, configure environment
variables, and verify it is running.
Deploy a Worker
Connect a worker to the server and scale
horizontally across machines.