spark-google-adwords (homepage)

A library for querying Google AdWords data with Apache Spark, for Spark SQL and DataFrames

@crealytics / (0)

This package allows querying Google AdWords reports as Spark DataFrames.


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 com.crealytics:spark-google-adwords_2.11:0.8.2

sbt

In your sbt build file, add:

libraryDependencies += "com.crealytics" % "spark-google-adwords_2.11" % "0.8.2"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>com.crealytics</groupId>
    <artifactId>spark-google-adwords_2.11</artifactId>
    <version>0.8.2</version>
  </dependency>
</dependencies>

Releases

Version: 0.8.2 ( 038b86 | zip | jar ) / Date: 2015-12-14 / License: Apache-2.0 / Scala version: 2.11

Spark Scala/Java API compatibility: - 68% , - 100% , - 75% , - 90%