Skip to content

CAPS Release Version 0.2.4

Compare
Choose a tag to compare
@Mats-SX Mats-SX released this 15 Feb 12:02
6299519

spark-cypher-0.2.4

Release notes

This release features a number of changes to the system, including:

  • Support for DateTime types
    • Date, LocalDateTime, Duration
  • Id type for graph entities (nodes and relationships) is now BinaryType rather than LongType
  • Build framework switched from Maven to Gradle
  • Sources for a User Guide is now added to repository
  • EXTENDS syntax in Graph DDL

Using CAPS in your system

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.2.4</version>
</dependency>

For SBT:

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

spark-cypher-0.2.4-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.