diff --git a/Worflow.md b/Worflow.md new file mode 100644 index 0000000000000000000000000000000000000000..4c934b18713be8b4379839d89eeaa3578c84b4d6 --- /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)