pip install kiso
# Install the resource provider specific dependencies you want to use
pip install kiso[vagrant]Place any required credentials files in the secrets directory.
# Provision and setup the resources
kiso up --output ./output
# Run the experiments defined in the experiment configuration YAML file
kiso run --output ./output
# Destroy the provisioned resources
kiso down --output ./output
# Pegasus workflow submit directories will be placed in the output directory at the end of the experiment. The submit directories will also have a statistics directory with the pegasus-statistics output.
# Outputs defined in the experiment configuration will be placed to the destination specified in the experiment configuration.Kiso is funded by National Science Foundation (NSF) under award 2403051.