Loader Execution

Packaging

Loaders are packaged as a self-executing jar file and can be easily executed anywhere so long as a JVM with Java 11 is present.

Execution Modes

The Loader application can run differently in different contexts. For example, when running the Loader on your local development environment the mode of operation is very different compared to running on a productive system.

The Loader has the following execution modes:

  • local - Runs the Loader in a self-contained sandbox with all required services running in-memory to allow for rapid development

  • cloud - Runs the Loader configured for Integration with the Loader Cloud

  • hosted - Runs the Loader configured for self-hosted environments

Local

The local mode

Cloud

Hosted

Last updated

Was this helpful?