algorithmia-scala (homepage)

Scala Client for Algorithmia Algorithms and Data API

The Algorithmia scala client provides an easy way to make use of algorithms and data stored on the Algorithmia platform. This includes helpers to serialize and deserialize JSON to and from the API.


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.algorithmia:algorithmia-scala_2.11:0.9.2

sbt

If you use the sbt-spark-package plugin, in your sbt build file, add:

spDependencies += "algorithmiaio/algorithmia-scala:0.9.2"

Otherwise,

libraryDependencies += "com.algorithmia" % "algorithmia-scala_2.11" % "0.9.2"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>com.algorithmia</groupId>
    <artifactId>algorithmia-scala_2.11</artifactId>
    <version>0.9.2</version>
  </dependency>
</dependencies>

Releases

Version: 0.9.2 ( 37ee78 | zip | jar ) / Date: 2017-05-24 / License: Apache-2.0 / Scala version: 2.11