Local datapackage execution
Prerequisites
A working Docker installation
Build execution Docker image
Clone the opendatafit/execution-base
repository and build the execution Docker image.
Prepare input datapackage
Prepare an input datapackage file (input.json
) containing the datapackage to be executed and populate any initial data and parameters required by the algorithm.
Examples
Example Bindfit datapackage input.json
Example SasView datapackage input.json
Set up local execution tool and run
Clone the opendatafit/dev-utils
repository and cd into the local execution tool directory.
Copy your input.json
datapackage file into the ./input-data/
directory at the root of the local_exec
directory.
Finally, execute the datapackage!
Last updated