Metadata-Version: 2.1
Name: benchmark-templates
Version: 0.1.2
Summary: Workflow Templates for Reproducible Data Analysis Benchmarks
Home-page: https://github.com/scailfin/benchmark-templates
Author: Heiko Mueller
Author-email: heiko.muller@gmail.com
License: MIT
Keywords: reproducibility benchmarks data analysis
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python
Description-Content-Type: text/x-rst
Requires-Dist: future
Requires-Dist: gitpython
Requires-Dist: jsonschema
Requires-Dist: pyyaml (>=5.1)
Provides-Extra: docs
Requires-Dist: Sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: coverage (>=4.0) ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: pytest-cov ; extra == 'tests'
Requires-Dist: tox ; extra == 'tests'

================================================================
Workflow Templates for Reproducible for Data Analysis Benchmarks
================================================================

.. image:: https://api.travis-ci.org/scailfin/benchmark-templates.svg?branch=master
   :target: https://travis-ci.org/scailfin/benchmark-templates?branch=master

.. image:: https://codecov.io/gh/scailfin/benchmark-templates/branch/master/graph/badge.svg
 :target: https://codecov.io/gh/scailfin/benchmark-templates

.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
   :target: https://github.com/scailfin/benchmark-templates/blob/master/LICENSE



About
=====

**Workflow Templates** are parameterized workflow specifications for the *Reproducible Open Benchmarks for Data Analysis Platform (ROB)*. Workflow templates are motivated by the goal to allow users to run pre-defined data analytics workflows while providing their own input data, parameters, as well as their own code modules. Workflow templates are inspired by, but not limited to, workflow specifications for the `Reproducible Research Data Analysis Platform (REANA) <http://www.reanahub.io/>`_.


More Information
================

The `Workflow Templates Section <https://github.com/scailfin/benchmark-templates/blob/master/docs/workflow.rst>`_ provides further information about templates and their syntax. `Benchmark Templates <https://github.com/scailfin/benchmark-templates/blob/master/docs/benchmark.rst>`_ are an extension of the base templates. These templates are used by the `Reproducible Benchmark Engine <https://github.com/scailfin/benchmark-engine>`_ to run benchmark workflows and maintain benchmark results.


