spark-highcharts (homepage)

Support Highcharts for Apache Spark

@knockdata /

(0)

A bridge between Spark and Highcharts.

Visualisation can be done with a line of Scala code.


Tags

  • 1visualization
  • 1highcharts

How to

Include this package in your Spark Applications using:

spark-shell, pyspark, or spark-submit

> $SPARK_HOME/bin/spark-shell --packages com.knockdata:spark-highcharts:0.6.5

sbt

In your sbt build file, add:

libraryDependencies += "com.knockdata" % "spark-highcharts" % "0.6.5"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>com.knockdata</groupId>
    <artifactId>spark-highcharts</artifactId>
    <version>0.6.5</version>
  </dependency>
</dependencies>

Releases

Version: 0.6.5 ( 47dae1 | zip | jar ) / Date: 2017-12-14 / License: Apache-2.0 / Scala version: 2.11