Skip to content
Snippets Groups Projects
Commit 812580cf authored by Eric Boix's avatar Eric Boix
Browse files

Update Worflow.md

parent 8ef1b72c
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,19 @@
* [DAGs](https://en.wikipedia.org/wiki/Directed_acyclic_graph) workflows
* ArgoWorkflows is a container-native workflow engine for orchestrating jobs on Kubernetes
- Salient [Features for NumExp](https://github.com/argoproj/argo-workflows#features)
* Java/Golang/Python SDKs
* CLI
* Open source
* Python SDK: [Couler](https://github.com/couler-proj/couler) (that "aims to provide a
unified interface for constructing and managing workflows on different workflow
engines, such as Argo Workflows, Tekton Pipelines, and Apache Airflow)
* CLI ("argo submit myworkflow.yaml")
* DAG or steps based declaration of workflows with: loops, parameterization, conditionals, timeouts, exit hooks
* Worflow templates: workflows persisted on the cluster.
* Robustness: Retry, Resubmit (memoized), Suspend & Resume, Cancellation
* Native Artifact support (S3, Artifactory, Alibaba Cloud OSS, HTTP, Git, GCS, raw)
* K8s resource orchestration (Volumes)
- Authentication: single sign-in with github account, client authentication ("argo auth authentication")
- Usages: academia/industry, ML, ETL, batch/data processing, CI/CD
- [Demo environment](https://workflows.apps.argoproj.io/workflows/argo) (online)
- [OGC API - Processes](https://ogcapi.ogc.org/processes/): the :OGC API - Processes" specification defines
* how a client application can request the execution of a process,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment