spark-sparql-connector (homepage)
Data source for querying SPARQL endpoints
@USU-Research / (0)
A library for querying SPARQL endpoints with Apache Spark, for Spark SQL and DataFrames.
SPARQL queries types SELECT, CONSTRUCT, ASK and DESCRIBE are supported.
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages USU-Research:spark-sparql-connector:1.0.0-beta1-s_2.10
sbt
If you use the sbt-spark-package plugin, in your sbt build file, add:
spDependencies += "USU-Research/spark-sparql-connector:1.0.0-beta1-s_2.10"
Otherwise,
resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/" libraryDependencies += "USU-Research" % "spark-sparql-connector" % "1.0.0-beta1-s_2.10"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>USU-Research</groupId> <artifactId>spark-sparql-connector</artifactId> <version>1.0.0-beta1-s_2.10</version> </dependency> </dependencies> <repositories> <!-- list of other repositories --> <repository> <id>SparkPackagesRepo</id> <url>https://repos.spark-packages.org/</url> </repository> </repositories>
Releases
Version: 1.0.0-beta1-s_2.10 ( afdab8 | zip | jar ) / Date: 2016-01-27 / License: Apache-2.0
Version: 1.0.0-beta1-s_2.11 ( afdab8 | zip | jar ) / Date: 2016-01-27 / License: Apache-2.0