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.

License

License

GroupId

GroupId

org.emmalanguage
ArtifactId

ArtifactId

emma
Last Version

Last Version

0.2.3
Release Date

Release Date

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

Filename Size
emma-0.2.3.pom 37 KB
Browse

How to add to project

<!-- 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

Versions

Version
0.2.3
0.2.2
0.2.1
0.2.0
0.2-rc4
0.2-rc3
0.2-rc2
0.2-rc1