graphster (homepage)

spark-based library that helps construct and query knowledge graphs from unstructured and structured data

@wisecubeai / (0)

The spark-based library that helps construct and query knowledge graphs from unstructured and structured data, built by Wisecube.ai


Tags (No tags yet, login to add one. )


How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages wisecubeai:graphster:0.1.1

sbt

If you use the sbt-spark-package plugin, in your sbt build file, add:

spDependencies += "wisecubeai/graphster:0.1.1"

Otherwise,

resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/"

libraryDependencies += "wisecubeai" % "graphster" % "0.1.1"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>wisecubeai</groupId>
    <artifactId>graphster</artifactId>
    <version>0.1.1</version>
  </dependency>
</dependencies>
<repositories>
  <!-- list of other repositories -->
  <repository>
    <id>SparkPackagesRepo</id>
    <url>https://repos.spark-packages.org/</url>
  </repository>
</repositories>

Releases

Version: 0.1.1 ( 9e04a0 | zip | jar ) / Date: 2022-09-02 / License: Apache-2.0