Backup a DynamoDB table to an Avro container
Project description
Backup a DynamoDB table to an Avro container.
Currently, only full table backups are supported.
Installation
dynamodb-backup is available on the Python Package Index:
pip install dynamodb-backup
dynamodb-backup optionally supports the snappy codec for compression if the Python snappy package is installed. This can be installed using the pip extras install:
pip install dynamodb-backup[snappy]
Usage
dynamodb-backup --help
usage: dynamodb-backup [-h] [-c {snappy,none,deflate}] [-s] [-v]
schema table destination
Backup a DynamoDB table to an Avro Container
positional arguments:
schema Avro Schema to use
table DynamoDB table name
destination Destination file path for the backup file
optional arguments:
-h, --help show this help message and exit
-c {snappy,none,deflate}, --codec {snappy,none,deflate}
Compression Codec. Default: deflate
-s, --skip-validation
Do not validate records against the avro schema
-v, --verbose Verbose logging output
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
dynamodb-backup-1.0.0.tar.gz
(9.8 kB
view details)
File details
Details for the file dynamodb-backup-1.0.0.tar.gz.
File metadata
- Download URL: dynamodb-backup-1.0.0.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b7169bf12bb2ac1fa357d6c4fd93fd049a28a64982549355d89a9e5b695e75d
|
|
| MD5 |
ed572cc600796cbdcf7e96545de73054
|
|
| BLAKE2b-256 |
cdc6acb9d5b8e5039ae5251dac34c255bf682e6efdde41217e101d8b7dd5f5d4
|