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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size export-dynamodb-2.2.1.tar.gz (3.3 kB) | File type Source | Python version None | Upload date | Hashes View |