Skip to content

Releases: opencypher/morpheus

CAPS Release Version 0.1.3

20 Jun 13:57
5bcd4d2
Compare
Choose a tag to compare

spark-cypher-0.1.3

The artifact is released to Maven Central.
To use it in a Maven project, add the following dependency to your pom:

<dependency>
  <groupId>org.opencypher</groupId>
  <artifactId>spark-cypher</artifactId>
  <version>0.1.3</version>
</dependency>

For SBT:

libraryDependencies += "org.opencypher" % "spark-cypher" % "0.1.3"

spark-cypher-0.1.3-cluster

This is a fat jar that does not include the Spark dependencies. It is intended to be used in environments where Spark is already present, for example, a Spark cluster or a notebook.

CAPS Release Version 0.1.2

05 Jun 09:29
5e01a61
Compare
Choose a tag to compare

spark-cypher-0.1.2

The artifact is released to Maven Central.
To use it in a Maven project, add the following dependency to your pom:

<dependency>
  <groupId>org.opencypher</groupId>
  <artifactId>spark-cypher</artifactId>
  <version>0.1.2</version>
</dependency>

For SBT:

libraryDependencies += "org.opencypher" % "spark-cypher" % "0.1.2"

spark-cypher-0.1.2-cluster

This is a fat jar that does not include the Spark dependencies. It is intended to be used in environments where Spark is already present, for example, a Spark cluster or a notebook.

CAPS Release Version 0.1.1

24 May 13:03
a650c40
Compare
Choose a tag to compare

spark-cypher-0.1.1

The artifact is released to Maven Central.
To use it in a Maven project, add the following dependency to your pom:

<dependency>
  <groupId>org.opencypher</groupId>
  <artifactId>spark-cypher</artifactId>
  <version>0.1.1</version>
</dependency>

For SBT:

libraryDependencies += "org.opencypher" % "spark-cypher" % "0.1.1"

spark-cypher-0.1.1-cluster

This is a fat jar that does not include the Spark dependencies. It is intended to be used in environments where Spark is already present, for example, a Spark cluster or a notebook.

CAPS Release Version 0.1.0

22 May 20:52
1c46981
Compare
Choose a tag to compare

spark-cypher-0.1.0

The artifact is released to Maven Central.
To use it in a Maven project, add the following dependency to your pom:

<dependency>
  <groupId>org.opencypher</groupId>
  <artifactId>spark-cypher</artifactId>
  <version>0.1.0</version>
</dependency>

For SBT:

libraryDependencies += "org.opencypher" % "spark-cypher" % "0.1.0"

spark-cypher-0.1.0-cluster

This is a fat jar that does not include the Spark dependencies. It is intended to be used in environments where Spark is already present, for example, a Spark cluster or a notebook.

CAPS Release Version 1.0.0-beta7

02 May 13:38
313b0d8
Compare
Choose a tag to compare
Pre-release

spark-cypher-1.0.0-beta7

The artifact is released to Maven Central.
To use it in a Maven project, add the following dependency to your pom:

<dependency>
  <groupId>org.opencypher</groupId>
  <artifactId>spark-cypher</artifactId>
  <version>1.0.0-beta7</version>
</dependency>

For SBT:

libraryDependencies += "org.opencypher" % "spark-cypher" % "1.0.0-beta7"

spark-cypher-1.0.0-beta7-cluster

This is a fat jar that does not include the Spark dependencies. It is intended to be used in environments where Spark is already present, for example, a Spark cluster or a notebook.

CAPS Release Version 1.0.0-beta6

27 Apr 20:23
9ad1855
Compare
Choose a tag to compare
Pre-release

spark-cypher-1.0.0-beta6

The artifact is released to Maven Central.
To use it in a Maven project, add the following dependency to your pom:

<dependency>
  <groupId>org.opencypher</groupId>
  <artifactId>spark-cypher</artifactId>
  <version>1.0.0-beta6</version>
</dependency>

For SBT:

libraryDependencies += "org.opencypher" % "spark-cypher" % "1.0.0-beta6"

spark-cypher-1.0.0-beta6-cluster

This is a fat jar that does not include the Spark dependencies. It is intended to be used in environments where Spark is already present, for example, a Spark cluster or a notebook.

CAPS Release Version 1.0.0-beta5

25 Apr 19:19
8c33a12
Compare
Choose a tag to compare
Pre-release

spark-cypher-1.0.0-beta5

The artifact is released to Maven Central.
To use it in a Maven project, add the following dependency to your pom:

<dependency>
  <groupId>org.opencypher</groupId>
  <artifactId>spark-cypher</artifactId>
  <version>1.0.0-beta5</version>
</dependency>

For SBT:

libraryDependencies += "org.opencypher" % "spark-cypher" % "1.0.0-beta5"

spark-cypher-1.0.0-beta5-cluster

This is a fat jar that does not include the Spark dependencies. It is intended to be used in environments where Spark is already present, for example, a Spark cluster or a notebook.

CAPS Release Version 1.0.0-beta4

24 Apr 16:21
91af849
Compare
Choose a tag to compare
Pre-release

spark-cypher-1.0.0-beta4

The artifact is released to Maven Central.
To use it in a Maven project, add the following dependency to your pom:

<dependency>
  <groupId>org.opencypher</groupId>
  <artifactId>spark-cypher</artifactId>
  <version>1.0.0-beta4</version>
</dependency>

For SBT:

libraryDependencies += "org.opencypher" % "spark-cypher" % "1.0.0-beta4"

spark-cypher-1.0.0-beta4-cluster

This is a fat jar that does not include the Spark dependencies. It is intended to be used in environments where Spark is already present, for example, a Spark cluster or a notebook.

Okapi and CAPS 1.0.0-beta3

19 Apr 14:49
dd3caba
Compare
Choose a tag to compare
Pre-release

This is the third beta release of the openCypher Okapi pipeline and Cypher for Apache Spark.

To use this release add the following dependencies to your pom

 <dependency>
   <groupId>org.opencypher</groupId>
   <artifactId>spark-cypher</artifactId>
   <version>1.0.0-beta3</version>
</dependency>

Okapi and CAPS 1.0.0-beta1

06 Apr 11:52
7724b08
Compare
Choose a tag to compare
Pre-release

This is the first beta release of the openCypher Okapi pipeline and Cypher for Apache Spark.

To use this release add the following dependencies to your pom

    <dependency>
      <groupId>org.opencypher</groupId>
      <artifactId>spark-cypher</artifactId>
      <version>1.0.0-beta.1</version>
    </dependency>