DynamoDB.
Project description
B.AwsDynamoDbBackup
A python based package that allows you to back up, restore, and seed dynamodb database tables.
Description
Sometimes you want to make a small modification to your dynamodb table, however it usually requires destruction of the table itself. This library allows you to do those small modifications without any headache. You can easily backup all your data to your local computer, delete the table, create a new one with desired modifications, and then simply restore it!
Remarks
Biomapas aims to modernise life-science industry by sharing its IT knowledge with other companies and the community. This is an open source library intended to be used by anyone. Improvements and pull requests are welcome.
Related technology
- Python 3
- DynamoDB
- Boto3
Assumptions
The project assumes the following:
- You have basic knowledge in python programming.
- You have basic knowledge in DynamoDB.
Useful sources
- Read more DynamoDB:
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Programming.SDKOverview.html
Install
The project is built and uploaded to PyPi. Install it by using pip.
pip install b_aws_dynamodb_backup
Or directly install it through source.
pip install .
Usage & Examples
The library exposes cli commands.
dyseed
Seeds your table with random data.
> dyseed TableName
dyback
Backups your whole table(s).
> dyback TableName
dyrest
Restores your whole table(s).
> dyrest TableName
Testing
This project currently has no tests.
Contribution
Found a bug? Want to add or suggest a new feature?
Contributions of any kind are gladly welcome. You may contact us
directly, create a pull-request or an issue in github platform.
Lets modernize the world together.
Release history
0.0.1
- Initial build.
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
Built Distribution
File details
Details for the file b_aws_dynamodb_backup-0.0.1.tar.gz
.
File metadata
- Download URL: b_aws_dynamodb_backup-0.0.1.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/47.0.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19ced7b6b8ad1095648ff849e9091d774921f6daa62508ace0910448e0f26ca4 |
|
MD5 | e943c33f31d52e88f49f9759ec1f7e46 |
|
BLAKE2b-256 | 6c1eb6c6523b857eb217423341de22b26e421294b80e6c73653bbcf2a08fcf8c |
File details
Details for the file b_aws_dynamodb_backup-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: b_aws_dynamodb_backup-0.0.1-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/47.0.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f36d785bb3a466263d12ca3f962573f04824d9da5d7261716eb44abe12f917d7 |
|
MD5 | d52902ae9a79799bb22b03a2f88ef2da |
|
BLAKE2b-256 | cd6dc32301caa02c7618c118afd5067049c68e5444692ece4fea2a3c36405183 |