Skip to content

DuckTape Quick Start

Wongiseng edited this page Oct 10, 2013 · 24 revisions

This is where we will give example how to use DuckTape. We will give examples on how to use existing workflow, create your own module, and compose your own workflow.

##Running existing workflow.

Running existing workflow in DuckTape is simple, what is needed is:

  • a maven pom file to load DuckTape platform and required modules dependency
  • workflow file which describe how each module is constructed

Current existing sample workflow:

  1. RDF compression workflow
  2. Affiliation Prediction Workflow
  3. Command line workflow

##Creating your own module

This will be explained in more detail in module creation

Clone this wiki locally