This project was incubated at Apache Software Foundation! Please, use the following repo to reference, use and contribute!
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.
The latest stable build can be downloaded from here.
- Java 8 or +
From the root folder, run:
make package
java <OPTIONS> -jar path_to_jar_file.jar
- 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.