emma-lib

Emma is a quotation-based, deeply embedded Scala DSL for scalable data analysis. Emma aims is to improve developer productivity by maximizing the reuse of native Scala features in the DSL and hiding parallelism aspects of supported backend engines (e.g. Flink, Spark) behind a high-level, declarative API.

License

License

GroupId

GroupId

org.emmalanguage
ArtifactId

ArtifactId

emma-lib
Last Version

Last Version

0.2.3
Release Date

Release Date

Type

Type

jar
Description

Description

emma-lib
Emma is a quotation-based, deeply embedded Scala DSL for scalable data analysis. Emma aims is to improve developer productivity by maximizing the reuse of native Scala features in the DSL and hiding parallelism aspects of supported backend engines (e.g. Flink, Spark) behind a high-level, declarative API.

Download emma-lib

How to add to project

<!-- https://jarcasting.com/artifacts/org.emmalanguage/emma-lib/ -->
<dependency>
    <groupId>org.emmalanguage</groupId>
    <artifactId>emma-lib</artifactId>
    <version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.emmalanguage/emma-lib/
implementation 'org.emmalanguage:emma-lib:0.2.3'
// https://jarcasting.com/artifacts/org.emmalanguage/emma-lib/
implementation ("org.emmalanguage:emma-lib:0.2.3")
'org.emmalanguage:emma-lib:jar:0.2.3'
<dependency org="org.emmalanguage" name="emma-lib" rev="0.2.3">
  <artifact name="emma-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.emmalanguage', module='emma-lib', version='0.2.3')
)
libraryDependencies += "org.emmalanguage" % "emma-lib" % "0.2.3"
[org.emmalanguage/emma-lib "0.2.3"]

Dependencies

compile (3)

Group / Artifact Type Version
org.emmalanguage : emma-language jar 0.2.3
com.github.scopt : scopt_2.11 jar 3.5.0
org.apache.spark : spark-mllib-local_2.11 jar 2.2.0

provided (2)

Group / Artifact Type Version
org.apache.hadoop : hadoop-common jar 2.8.0
org.apache.hadoop : hadoop-hdfs jar 2.8.0

test (2)

Group / Artifact Type Version
org.emmalanguage : emma-language test-jar 0.2.3
org.scalatest : scalatest_2.11 jar 3.0.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.3
0.2.2
0.2.1