| License | License | 
|---|---|
| Categories | CategoriesORM Data | 
| GroupId | GroupIdde.hu-berlin.wbi.cuneiform | 
| ArtifactId | ArtifactIdcuneiform-core | 
| Version | Version2.0.4-RELEASE | 
| Type | Typejar | 
| Description | DescriptionA 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. | 
| Filename | Size | 
|---|---|
| cuneiform-core-2.0.4-RELEASE.pom | |
| cuneiform-core-2.0.4-RELEASE.jar | 260 KB | 
| cuneiform-core-2.0.4-RELEASE-sources.jar | 152 KB | 
| cuneiform-core-2.0.4-RELEASE-javadoc.jar | 895 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.hu-berlin.wbi.cuneiform/cuneiform-core/ -->
<dependency>
    <groupId>de.hu-berlin.wbi.cuneiform</groupId>
    <artifactId>cuneiform-core</artifactId>
    <version>2.0.4-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/de.hu-berlin.wbi.cuneiform/cuneiform-core/
implementation 'de.hu-berlin.wbi.cuneiform:cuneiform-core:2.0.4-RELEASE'// https://jarcasting.com/artifacts/de.hu-berlin.wbi.cuneiform/cuneiform-core/
implementation ("de.hu-berlin.wbi.cuneiform:cuneiform-core:2.0.4-RELEASE")'de.hu-berlin.wbi.cuneiform:cuneiform-core:jar:2.0.4-RELEASE'<dependency org="de.hu-berlin.wbi.cuneiform" name="cuneiform-core" rev="2.0.4-RELEASE">
  <artifact name="cuneiform-core" type="jar" />
</dependency>@Grapes(
@Grab(group='de.hu-berlin.wbi.cuneiform', module='cuneiform-core', version='2.0.4-RELEASE')
)libraryDependencies += "de.hu-berlin.wbi.cuneiform" % "cuneiform-core" % "2.0.4-RELEASE"[de.hu-berlin.wbi.cuneiform/cuneiform-core "2.0.4-RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.antlr : antlr4 | jar | 4.5 | 
| org.json : json | jar | 20090211 | 
| commons-logging : commons-logging | jar | 1.1.3 | 
| log4j : log4j | jar | 1.2.17 | 
| org.mockito : mockito-all | jar | 1.10.19 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |