Worker Installation
The worker stack starts the AODT Digital Twin server and its supporting services with Docker Compose. Client APIs connect to this stack when talking to a running Digital Twin server.
Deployment types
Prerequisites
SSH access to the worker host is required.
Install GPU drivers, Docker, and the NVIDIA Container Toolkit on the worker machine. Follow the steps on the Prerequisites page.
Clone the AODT repository
This creates an aodt_1.5.0 directory. No additional worker installation steps are required.
Start the worker
From the package root:
The script detects the machine IP automatically, then starts the Digital Twin worker together with ClickHouse, MinIO, and Nessie.
Stop the worker
Verify a non-colocated deployment
Colocated deployments are verified during Client Installation. To test a non-colocated setup, start the worker on the remote host using the commands above, then follow Verify Installation — non-colocated test from the client machine.
Development mode
To modify worker source code or rebuild from inside the container, see Development Workflow. Development mode is independent of deployment type — both colocated and non-colocated setups support it.
Next steps
- Viewer Installation — visualize simulation results in the browser
- Quickstart — run your first end-to-end simulation