Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
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
Release files for dynamodb-backup 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dynamodb-backup-1.0.0.tar.gz | 9.8 kB | Details |
Release files / dynamodb-backup-1.0.0.tar.gz
| Download URL | dynamodb-backup-1.0.0.tar.gz |
|---|---|
| Size | 9.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8b7169bf12bb2ac1fa357d6c4fd93fd049a28a64982549355d89a9e5b695e75d
|
|
BLAKE2b-256 checksum How to use checksums |
cdc6acb9d5b8e5039ae5251dac34c255bf682e6efdde41217e101d8b7dd5f5d4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|