spark-workday (homepage)
Spark Connector for Workday
@springml / (1)
Spark Connector for Workday is a SOAP web services wrapper around the Workday API published here: https://community.workday.com/custom/developer/API/index.html.
Contact info@springml.com with any questions or feedback.
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.springml:spark-workday_2.11:1.1.0
sbt
In your sbt build file, add:
libraryDependencies += "com.springml" % "spark-workday_2.11" % "1.1.0"
Maven
In your pom.xml, add:<dependencies> <!-- list of dependencies --> <dependency> <groupId>com.springml</groupId> <artifactId>spark-workday_2.11</artifactId> <version>1.1.0</version> </dependency> </dependencies>
Releases
Version: 1.1.0 ( 637226 | zip | jar ) / Date: 2017-03-10 / License: Apache-2.0 / Scala version: 2.11
Version: 1.0.0 ( d1e0e3 | zip | jar ) / Date: 2016-10-10 / License: Apache-2.0 / Scala version: 2.10