A collection of examples designed to help you get started with Pipekit. All these examples will work out-of-the-box with the Pipekit Getting Started guide.
You are encouraged to fork the repo and experiment with adjusting the workflows to suit your needs.
- Create a free trial account at pipekit.io.
- The
README.md
accompanying each example will tell you how to run it from your terminal using the Pipekit CLI. - If you want to experiment with git run conditions, fork this repository and connect your fork to Pipekit.
Example Name | Description |
---|---|
cronworkflow-example | Runs a basic CronWorkflow. |
dag-diamond | Runs a basic DAG Workflow. |
external-logs | Workflows deploys a kubernetes job. You can see the logs from the job within Pipekit. |
fan-out-fan-in | Shows how S3 artifact processing can be parallelized with Argo Workflows using a fan-out approach. |
get-versions | A workflow that outputs the versions of software installed in a Pipekit free trial cluster. Available as both a Hera and a native Workflow |
hera-coinflip | Runs a basic coinflip example using the Hera Python framework. |