Skip to content

Notable Features

SriDev SriKanth edited this page Feb 14, 2019 · 9 revisions

Table of Contents

* [Overview](#overview)
* [Abstraction Layer](#abstraction_layer)
	* [Executor](#executor)
	* [Task](#task)
* [Modules](#modules)
* [Pipeline Layer - DAG](#pipeline-layer)
	* [Simple Pipeline](#simple-pipeline)
	* [Complex Pipeline](#complex-pipeline)

The entire task is designed to consists of 4 modules, 1 abstraction layer and 1 pipeline layer (DAG) so that the number of modules can be extended or added for maintainability and flexibility purpose.

Overview

The Abstraction layer has the ability to run every module independent from each other. Also, a single module can be executed in parallel with different configurations on different docker containers to improve performance.

Clone this wiki locally