dynamodump | Simple backup and restore for Amazon DynamoDB using AWS SDK | AWS library

 by   bchew Python Version: 1.9.1 License: MIT

kandi X-RAY | dynamodump Summary

kandi X-RAY | dynamodump Summary

dynamodump is a Python library typically used in Cloud, AWS, Amazon S3, DynamoDB applications. dynamodump has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has medium support. You can install using 'pip install dynamodump' or download it from GitHub, PyPI.

Simple backup and restore script for Amazon DynamoDB using AWS SDK for Python (boto3) to work similarly to mysqldump. Suitable for DynamoDB usages of smaller data volume which do not warrant the usage of AWS Data Pipeline for backup/restores/empty. dynamodump supports local DynamoDB instances as well (tested with DynamoDB Local).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              dynamodump has a medium active ecosystem.
              It has 815 star(s) with 288 fork(s). There are 22 watchers for this library.
              There were 1 major release(s) in the last 6 months.
              There are 2 open issues and 15 have been closed. On average issues are closed in 530 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of dynamodump is 1.9.1

            kandi-Quality Quality

              dynamodump has 0 bugs and 0 code smells.

            kandi-Security Security

              dynamodump has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              dynamodump code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              dynamodump is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              dynamodump releases are available to install and integrate.
              Deployable package is available in PyPI.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.
              dynamodump saves you 345 person hours of effort in developing the same functionality from scratch.
              It has 1298 lines of code, 22 functions and 5 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed dynamodump and discovered the below as its top functions. This is intended to give you an instant insight into dynamodump implemented functionality, and help decide if they suit your requirements.
            • Restore a table from a source table
            • Update the provisioned throughput of a table
            • Performs a batch write
            • Wait for a table to become active
            • Prepare the given Gsi object for restoring
            • Prepare the provisioned throughput for the provisioned throughput
            • Backup a table
            • Make a directory
            • Do an empty operation
            • Delete a table
            • Get an S3 archive
            • Return a boto3 client
            • Delete table
            • Create a tar archive
            • Returns a list of matching tables
            • Get the table name matching the given tag
            • Returns a list of table names matching the given wildcard
            • Upload a file to S3
            • Change the prefix of a table
            Get all kandi verified functions for this library.

            dynamodump Key Features

            No Key Features are available at this moment for dynamodump.

            dynamodump Examples and Code Snippets

            No Code Snippets are available at this moment for dynamodump.

            Community Discussions

            QUESTION

            Creating dynamo db tables in local host using json file
            Asked 2019-Jun-17 at 04:44

            I want to create dynamodb tables in localhost I have downloaded my remote dynamodb tables using this script.

            https://github.com/bchew/dynamodump

            This script I got from this answer over here. How to export an existing dynamo table schema to json?

            And I got a local back up of all the tables in my local machine Now I want to create those tables in my dynamodb local system for that reason I am uploading my tables to local DB using this command.

            ...

            ANSWER

            Answered 2018-Aug-01 at 06:05

            @wolfson thank you for your suggestion after working some time removing these stuff from the schema helped me to create a table anyway. I removed

            Source https://stackoverflow.com/questions/51606035

            QUESTION

            Not able to download multiple dynamoDB tables by using dynamodump
            Asked 2017-Apr-01 at 16:38

            Not able to download multiple dynamoDB tables by using dynamodump

            $ python dynamodump.py -m backup -r us-east-1 -s 'DEV_*'

            INFO:root:Found 0 table(s) in DynamoDB host to backup:

            INFO:root:Backup of table(s) DEV_* completed!

            But i'm able to download if i give single table name and "*" (download all DynamoDB tables).

            I have followed this procedure which is in the below link: https://github.com/bchew/dynamodump

            Can anyone suggest me how to download multiple dynamoDB tables with the specific pattern (like QA_* / DEV_* / PROD_* / TEST_*)

            ...

            ANSWER

            Answered 2017-Jan-19 at 11:37

            for i in aws dynamodb list-tables | jq -r ''| grep 'QA*'| tr ',' ' ' | cut -d'"' -f2;

            do

            echo "======= Starting backup of $i date =========="

            python dynamodump.py -m backup -r us-east-1 -s $i

            done

            The above script will work if you want to take multiple dynamoDB tables backup. prior running the script you have to download the jq: (https://stedolan.github.io/jq/download/)

            Source https://stackoverflow.com/questions/41723812

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install dynamodump

            You can install using 'pip install dynamodump' or download it from GitHub, PyPI.
            You can use dynamodump like any standard Python library. You will need to make sure that you have a development environment consisting of a Python distribution including header files, a compiler, pip, and git installed. Make sure that your pip, setuptools, and wheel are up to date. When using pip it is generally recommended to install packages in a virtual environment to avoid changes to the system.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • PyPI

            pip install dynamodump

          • CLONE
          • HTTPS

            https://github.com/bchew/dynamodump.git

          • CLI

            gh repo clone bchew/dynamodump

          • sshUrl

            git@github.com:bchew/dynamodump.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular AWS Libraries

            localstack

            by localstack

            og-aws

            by open-guides

            aws-cli

            by aws

            awesome-aws

            by donnemartin

            amplify-js

            by aws-amplify

            Try Top Libraries by bchew

            ec2-checkpoint

            by bchewPython