1- The WorkflowHub Project
1+ The WfCommons Project
22=======================
33
4- The `WorkflowHub project <http ://workflowhub .org >`_ is a community framework
4+ The `WfCommons project <https ://wfcommons .org >`_ is a community framework
55for enabling scientific workflow research and development by providing foundational
66tools for analyzing workflow execution traces, and generating synthetic, yet
77realistic, workflow traces that can be used to develop new techniques, algorithms
88and systems that can overcome the challenges of efficient and robust execution of
99ever larger workflows on increasingly complex distributed infrastructures. The
1010figure below shows an overview of the workflow research life cycle process that
11- integrates the three axis of the WorkflowHub project:
11+ integrates the three axis of the WfCommons project:
1212
13- .. figure :: images/workflowhub .png
13+ .. figure :: images/wfcommons .png
1414 :align: center
1515
16- The WorkflowHub conceptual architecture.
16+ The WfCommons conceptual architecture.
1717
18- The *first axis * (**Workflow Traces **) of the WorkflowHub project targets the
18+ The *first axis * (**Workflow Traces **) of the WfCommons project targets the
1919collection and curation of open access production workflow executions from
2020various scientific applications shared in a common trace format (i.e.,
2121:ref: `json-format-label `). We keep a `list of workflow execution traces
22- <https://workflowhub .org/traces.html > `_ in our project website.
22+ <https://wfcommons .org/traces> `_ in our project website.
2323
24- The *second axis * (**Workflow Generator **) of the WorkflowHub project targets
24+ The *second axis * (**Workflow Generator **) of the WfCommons project targets
2525the generation of realistic synthetic workflow traces based on workflow execution
2626profiles extracted from execution traces. We are constantly seeking for additional
2727workflow execution traces for refining or developing new workflow recipes for
28- the WorkflowHub 's workflow generator.
28+ the WfCommons 's workflow generator.
2929
30- The *third axis * (**Workflow Simulator **) of the WorkflowHub project fosters the
30+ The *third axis * (**Workflow Simulator **) of the WfCommons project fosters the
3131use of simulation for the development, evaluation, and verification of scheduling
3232and resource provisioning algorithms (e.g., multi-objective function optimization,
3333etc.), evaluation of current and emerging computing platforms (e.g., clouds, IoT,
3434extreme scale, etc.), among others. We keep a `list of open source workflow
3535management systems simulators and simulation frameworks
36- <https://workflowhub .org/simulator.html > `_ that provide support for the WorkflowHub
36+ <https://wfcommons .org/simulators > `_ that provide support for the WfCommons
3737JSON format in our project website.
3838
3939This Python package provides a collection of tools for:
@@ -45,16 +45,16 @@ This Python package provides a collection of tools for:
4545
4646.. _json-format-label :
4747
48- The WorkflowHub JSON Format
48+ The WfCommons JSON Format
4949---------------------------
5050
51- The WorkflowHub project uses a common format for representing workflow execution
51+ The WfCommons project uses a common format for representing workflow execution
5252traces and generated synthetic workflows traces, so that workflow simulators and
53- simulation frameworks (that provide support for WorkflowHub format) can use
53+ simulation frameworks (that provide support for WfCommons format) can use
5454such traces interchangeably. This common format uses a JSON specification
5555available in the
56- `WorkflowHub JSON schema GitHub <https://github.com/workflowhub /workflow-schema >`_
57- repository. The current version of the WorkflowHub Python package uses the schema
56+ `WfCommons JSON schema GitHub <https://github.com/wfcommons /workflow-schema >`_
57+ repository. The current version of the WfCommons Python package uses the schema
5858version :code: `1.0 `. The schema GitHub repository provides detailed explanation
59- of the WorkflowHub JSON format (including required fields), and also a validator
59+ of the WfCommons JSON format (including required fields), and also a validator
6060script for verifying the compatibility of traces.
0 commit comments