-
Notifications
You must be signed in to change notification settings - Fork 4
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:
- RDF compression workflow
- Affiliation Prediction Workflow
- Command line workflow
##Creating your own module
This will be explained in more detail in module creation