Package

com.github.traviscrawford.spark

dynamodb

Permalink

package dynamodb

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. dynamodb
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. implicit class DynamoDBDataFrameReader extends AnyRef

    Permalink
  2. trait Job extends AnyRef

    Permalink

    Base class for Spark jobs.

Value Members

  1. object DynamoBackupJob extends Job

    Permalink

    Backup a DynamoDB table as JSON.

    Backup a DynamoDB table as JSON.

    The full table is scanned and the results are stored in the given output path.

  2. object DynamoScanner extends BaseScanner

    Permalink

    Scan a DynamoDB table in parallel and return items as stringified JSON.

    Scan a DynamoDB table in parallel and return items as stringified JSON.

    Amazon recommends table scans "Avoid Sudden Bursts of Read Activity", and documents how to "Reduce Page Size" as a technique to achieve an even distribution of requests and size. For details, see: http://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScanGuidelines.html

Inherited from AnyRef

Inherited from Any

Ungrouped