Skip to main content

Owl Shell Pipeline

Project description

This is an Owl Pipeline that runs a script in the cluster.

Install

curl -O https://raw.githubusercontent.com/eddienko/owl-shell-pipeline/main/shell_pipeline/signature.yaml
owl admin pdef add signature.yaml

Pipeline Definition

An example pipeline definition file is:

# Version of the configuration file
version: 1

# Name of the pipeline
name: shell

command: |
  echo "Hello"
  sleep 300

# output directory (optional)
# - sets the directory where the script is run
# - stores pipeline logs
# output: /storage/user/output

resources:
  cores: 1
  workers: 1
  memory: 1

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

owl-shell-pipeline-0.2.3.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

owl_shell_pipeline-0.2.3-py2.py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page