emma-examples

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-examples
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Filename Size
emma-examples-0.2.0.pom 2 KB
Browse

How to add to project

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

Dependencies

test (1)

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

Project Modules

  • emma-examples-library
  • emma-examples-flink
  • emma-examples-spark

Versions

Version
0.2.0
0.2-rc4
0.2-rc3
0.2-rc2
0.2-rc1