This repository provides the opportunity to quickly set up the Apollo Runtime system to observe the (visualized) orchestration of simple example workflows.
This project contains a series of demonstrations with varying prerequisites. The entry for each demonstration is annotated with a link to a readme containing more detailed setup instructions.
Demonstration | Prerequisites | Readme Link | Youtube Link |
---|---|---|---|
Basic Functionality and GUI | - Java (≥11 and ≤14) - Gradle |
Basic Functionality | Basic Functionality |
-
Clone the repository.
-
Using the terminal, switch to the directory containing the
build.gradle
file and rungradlew build
to automatically download the dependencies and build the project. -
Run the command
gradlew run
to start Apollo's configuration GUI. -
Click the "Load" button and load any of the configurations from the
configs/
folder of the project, e.g.,singleAtomicConfig.xml
. -
Click the "Run" button.