Unclaimed project
Are you a maintainer of morpheus? Claim this project to take control of your public changelog and roadmap.
Changelog
Morpheus brings the leading graph query language, Cypher, onto the leading distributed processing platform, Spark.
morpheus-spark-cypher-0.4.1This release adds a new module okapi-shade, which bundles okapi-relational and all it's dependencies.
All okapi modules are unmodified, but extern dependencies are relocated to org.opencypher.relocate.*.
The purpose of this module is to support projects with possible dependency conflicts.
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>morpheus-spark-cypher</artifactId>
<version>0.4.1</version>
</dependency>
For SBT:
libraryDependencies += "org.opencypher" % "morpheus-spark-cypher" % "0.4.1"
morpheus-spark-cypher-0.4.1-allThis 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.