Skip to content

Okapi and CAPS 1.0.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@DarthMax DarthMax released this 06 Apr 11:52
· 2690 commits to master since this release
7724b08

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>