e

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.
https://emma-language.org
The Apache License, Version 2.0
Alexander Alexandrov Gábor Gévay Georgi Krastev Andreas Kunft Bernd Louis Felix Schüler
Files download
File Operation
emma-0.2.3.pom download
Apache Maven
<dependency>
  <groupId>org.emmalanguage</groupId>
  <artifactId>emma</artifactId>
  <version>0.2.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.emmalanguage:emma:0.2.3'
Gradle Kotlin
implementation("org.emmalanguage:emma:0.2.3")
Scala SBT
libraryDependencies += "org.emmalanguage" % "emma" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.emmalanguage', module='emma', version='0.2.3')
)
Apache Ivy
<dependency org="org.emmalanguage" name="emma" rev="0.2.3" />
Leiningen
[org.emmalanguage/emma "0.2.3"]
Apache Buildr
'org.emmalanguage:emma:jar:0.2.3'