MVN

de.hu-berlin.wbi.cuneiform : cuneiform

Maven & Gradle

May 17, 2016
217 stars

cuneiform · A Functional Workflow Language. Cuneiform is a workflow specification language which makes it easy to integrate heterogeneous tools and libraries and exploit data parallelism. Users do not have to create heavy-weight wrappers for establised tools or to reimplement them. Instead, they apply their existing software to partitioned data. Using the Hi-WAY application master Cuneiform can be executed on Hadoop YARN which makes it suitable for large scale data analysis. Cuneiform comes in the form of a functional programming language with a Foreign Function Interface (FFI) that lets users create functions in any suitable scripting language and apply these functions in a uniform way. Data paralelism is expressed by applying map, cross-product, dot-product, or combinations of the aforementioned algorithmic skeletons to collections of black-box data.

<dependency>
    <groupId>de.hu-berlin.wbi.cuneiform</groupId>
    <artifactId>cuneiform</artifactId>
    <version>2.0.4-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.hu-berlin.wbi.cuneiform : cuneiform to add to Maven - Latest Versions:

  • Latest Stable: 2.0.4-RELEASE
  • Latest Beta: 2.0.0-beta

All Versions

Choose a version of de.hu-berlin.wbi.cuneiform : cuneiform to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
cuneiform-2.0.4-RELEASE
cuneiform-2.0.3-RELEASE
cuneiform-2.0.2-RELEASE
cuneiform-2.0.0-beta

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.hu-berlin.wbi.cuneiform</groupId>
    <artifactId>cuneiform</artifactId>
    <version>2.0.4-RELEASE</version>
</dependency>

Advertisement