You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Experiment Executor is a component of the MiSArch Experiment Tool and is responsible for executing experiments defined in an experiment.
4
+
It provides a REST API to trigger and manage experiments.
5
+
6
+
## Documentation
7
+
8
+
Detailed information about the Experiment Executor service can be found in the [documentation](https://misarch.github.io/docs/docs/dev-manuals/other-repositories/experiment-executor).
9
+
10
+
11
+
## Getting started
12
+
13
+
A development version of the Experiment Executor service can be started using docker compose:
14
+
15
+
```bash
16
+
docker-compose -f docker-compose-base.yaml up --build
0 commit comments