Skip to main content

A cli to export Amazon DynamoDb

Project description

Export DynamoDb Cli

Overview

export-dynamodb cli scan sequentially through all your dynamodb items. it supports to export to either csv or json format.

Prerequisite

You must have at least Python 3.6 to run export-dynamodb cli tool.

export-dynamodb does not support to authenticate with AWS. You must be able to set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY to your environment variable. Refer https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html to learn how you can set these keys to your environment.

# Install export-dynamodb
$ pip install export-dynamodb

# List of all export-dynamodb cli options.
$ export-dynamodb --help

# Export table and write to TABLE_NAME.csv file
$ export-dynamodb -t TABLE_NAME -f csv

# Export table and write to output.csv file
$ export-dynamodb -t TABLE_NAME -f csv -o output.csv

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

export-dynamodb-2.1.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page