tree: 990bce25aa28178881a56a3a7f47a738673836e6 [path history] [tgz]
  1. .github/
  2. build/
  3. project/
  4. src/
  5. .gitignore
  6. build.sbt
  7. CODE_OF_CONDUCT.md
  8. Makefile
  9. NOTICE
  10. PULL_REQUEST_TEMPLATE.md
  11. README.md
  12. sonatype.sbt
engine-executor/README.md

Build Status codecov

Marvin Engine Executor (Server)

This is the component responsable for coordinate execution of the steps (actions) in a Marvin engine. The engine-executor is able to communicate with engines through gRPC protocol. More details about the contract can be found on the protobuf file.

Last stable build v0.0.4 can be downloaded from here.

install requirements

  • Java 8 or +

how to build

From the root folder, run:

make package

how to run

java <OPTIONS> -jar path_to_jar_file.jar

the available options are:

  • marvinConfig.engineHome (path to the folder where the params and metadata file are located)
  • marvinConfig.ipAddress (the IP address to bind the server)
  • marvinConfig.port (the port to bind the server)

Example of direct invocation with options:

java -DmarvinConfig.engineHome=/path -DmarvinConfig.ipAddress=0.0.0.0 -DmarvinConfig.port=8080 -jar marvin_engine_executor.jar

Marvin is a project started at B2W Digital offices and released open source on September 2017. The project is donated to Apache Software Foundation on August 2018.