Create Java project with Maven archetype emma-quickstart

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.

Create a Java Project by archetype emma-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.emmalanguage"   -DarchetypeArtifactId="emma-quickstart"   -DarchetypeVersion="0.2.3"   -DinteractiveMode=false 

Generated Project modules

  • ${rootArtifactId}-library
  • ${rootArtifactId}-flink
  • ${rootArtifactId}-spark

Details about maven archetype emma-quickstart

License

License

GroupId

GroupId

org.emmalanguage
ArtifactId

ArtifactId

emma-quickstart
Version

Version

0.2.3
Type

Type

maven-archetype
Description

Description

emma-quickstart
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.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.emmalanguage -DarchetypeArtifactId=emma-quickstart -DarchetypeVersion=0.2.3 -DinteractiveMode=false

Dependencies

test (1)

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

Project Modules

There are no modules declared in this project.