prashanthpai / dynamo-parallel-scan

Program to run dynamodb parallel scan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dynamo-parallel-scan

dynamo-parallel-scan runs a parallel scan on Amazon DynamoDB to extract attributes matching a filter and stores them in a file. It uses aws-sdk-go-v2.

Usage

Edit config.go to change table name, scan parameters, attribute extraction logic etc.

go build
./dynamo-parallel-scan

About

Program to run dynamodb parallel scan

License:MIT License


Languages

Language:Go 100.0%