spark-dynamodb-source (homepage)

DynamoDB source for Spark Structured Streaming

@kolia1985 / (1)

DynamoDB source for Spark Structured Streaming based on dynamodb-streams-kinesis-adapter adapter.


Tags

  • 1|streaming
  • 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 kolia1985:spark-dynamodb-source:0.0.2

sbt

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

spDependencies += "kolia1985/spark-dynamodb-source:0.0.2"

Otherwise,

resolvers += "Spark Packages Repo" at "https://repos.spark-packages.org/"

libraryDependencies += "kolia1985" % "spark-dynamodb-source" % "0.0.2"

Maven

In your pom.xml, add:
<dependencies>
  <!-- list of dependencies -->
  <dependency>
    <groupId>kolia1985</groupId>
    <artifactId>spark-dynamodb-source</artifactId>
    <version>0.0.2</version>
  </dependency>
</dependencies>
<repositories>
  <!-- list of other repositories -->
  <repository>
    <id>SparkPackagesRepo</id>
    <url>https://repos.spark-packages.org/</url>
  </repository>
</repositories>

Releases

Version: 0.0.2 ( e5bcdf | zip | jar ) / Date: 2019-11-24 / License: Apache-2.0 / Scala version: 2.11