Last Version

emma 0.2.3

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
Version

Version

0.2.3
Type

Type

pom
Description

Description

emma
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 0.2.3

Filename Size
emma-0.2.3.pom 37 KB
Browse

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

Dependencies

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.3

Project Modules

  • emma-language
  • emma-flink
  • emma-spark
  • emma-lib
  • emma-lib-flink
  • emma-lib-spark
  • emma-examples
  • emma-examples-flink
  • emma-examples-spark
  • emma-benchmarks
  • emma-gui
  • emma-quickstart