From 360dd2a42953f887fb74f6dbd529bccfca56d756 Mon Sep 17 00:00:00 2001 From: Eric Boix <eric.boix@gmail.com> Date: Wed, 23 Jun 2021 09:52:37 +0000 Subject: [PATCH] Add new file --- Worflow.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Worflow.md diff --git a/Worflow.md b/Worflow.md new file mode 100644 index 0000000..4c934b1 --- /dev/null +++ b/Worflow.md @@ -0,0 +1,10 @@ +## To be evaluated + - [ArgoProj](https://github.com/argoproj) + * Pros: directory structured inputs/outpus + * [DAGs](https://en.wikipedia.org/wiki/Directed_acyclic_graph) workflows + - [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, + * how the inputs to that process can be provided, and + * how the output from the process is handled. + + The specification allows for the wrapping of computational tasks into an executable process that can be invoked by a client applicatio) -- GitLab