MultiRun Implementation¶
In progress
This page is under development. Contributions welcome — see the Developer Guide for how to contribute.
Running the MultiRun in the command line¶
Prerequisites¶
- Java 19
- Maven 3.8+
- Optional IDE: IntelliJ IDEA (import as a Maven project)
Build and run¶
In the command line, navigate to the project directory and run the following commands:
The first command builds the JARs. The second creates the H2 donor database from the input data. The third runs the simulation using default.yml.
To use a different config file:
For configuration options, see the annotated config/default.yml. For the data pipeline and further reference, see documentation/.