spark-gdelt (homepage)
Binding the GDELT universe in a Spark environment
@aamend / (1)
This project has been built to make [GDELT v2] environment easy to load on a Spark based environment.
Tags
How to
Include this package in your Spark Applications using:
spark-shell, pyspark, or spark-submit
> $SPARK_HOME/bin/spark-shell --packages com.aamend.spark:spark-gdelt:2.0
sbt
In your sbt build file, add:
libraryDependencies += "com.aamend.spark" % "spark-gdelt" % "2.0"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>com.aamend.spark</groupId> <artifactId>spark-gdelt</artifactId> <version>2.0</version> </dependency> </dependencies>
Releases
Version: 2.0 ( f0b30a | zip | jar ) / Date: 2018-06-02 / License: Apache-2.0 / Scala version: 2.11