spark-power-bi (homepage)

Power BI API adapter for Apache Spark

@granturing / (0)

This library provides a simple API for pushing data from Spark to the new Power BI service for building reports and dashboards. It can be used both in batch as well as streaming scenarios for realtime visualizations.


Tags

  • 2|streaming
  • 1|sql
  • 1|realtime
  • 1|visualizations
  • 1|dashboards
  • 1|powerbi
  • 1|data source

How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages com.granturing:spark-power-bi_2.10:1.5.0_0.0.7

sbt

In your sbt build file, add:

libraryDependencies += "com.granturing" % "spark-power-bi_2.10" % "1.5.0_0.0.7"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>com.granturing</groupId>
    <artifactId>spark-power-bi_2.10</artifactId>
    <version>1.5.0_0.0.7</version>
  </dependency>
</dependencies>

Releases

Version: 1.5.0_0.0.7 ( 2d12e7 | zip | jar ) / Date: 2015-09-13 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 21% , - 74% , - 46% , - 93% , - 50% , - 100%

Version: 1.4.0_0.0.7 ( 679550 | zip | jar ) / Date: 2015-09-13 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 47% , - 100% , - 51% , - 52% , - 22% , - 78%

Version: 1.4.0_0.0.6 ( 98831f | zip | jar ) / Date: 2015-06-23 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 32% , - 21% , - 77% , - 31%

Version: 1.3.0_0.0.5 ( fa018e | zip | jar ) / Date: 2015-05-26 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 34% , - 35% , - 23% , - 100%

Version: 1.3.0_0.0.4 ( 9f563a | zip | jar ) / Date: 2015-05-26 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 35% , - 23% , - 100% , - 34%

Version: 1.3.0_0.0.3 ( 915ef9 | zip | jar ) / Date: 2015-05-22 / License: Apache-2.0 / Scala version: 2.10

Spark Scala/Java API compatibility: - 34% , - 35% , - 23% , - 100%

Version: 1.2.0_0.0.2 ( 1a1aa8 | zip ) / Date: 2015-05-21 / License: Apache-2.0

Version: 0.0.1 ( 9305aa | zip ) / Date: 2015-03-09 / License: Apache-2.0