All Projects → travistrle → export-dynamodb

travistrle / export-dynamodb

Licence: GPL-3.0 license
Export Amazon DynamoDb to CSV or JSON

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to export-dynamodb

publishing-python-packages
Examples and exercises for Publishing Python Packages from Manning Books 🐍 📦 ⬆️
Stars: ✭ 25 (-51.92%)
Mutual labels:  pypi, tox
PypiScan
这个脚本主要提供对pypi供应链的源头进行安全扫描研究,扫描并发现未知的恶意包情况。
Stars: ✭ 25 (-51.92%)
Mutual labels:  pypi
copulae
Multivariate data modelling with Copulas in Python
Stars: ✭ 96 (+84.62%)
Mutual labels:  pypi
favv
Fullstack Web Application Framework With FastAPI + Vite + VueJS. Streamlit for rapid development.
Stars: ✭ 17 (-67.31%)
Mutual labels:  boto3
python-package-template
Easy to use template for great PyPi packages
Stars: ✭ 19 (-63.46%)
Mutual labels:  pypi
wc18-cli
An easy command line interface for the 2018 World Cup
Stars: ✭ 15 (-71.15%)
Mutual labels:  click
duckpy
A simple Python library for searching on DuckDuckGo.
Stars: ✭ 20 (-61.54%)
Mutual labels:  pypi
pandoc-latex-environment
Pandoc filter for adding LaTeX environement on specific div
Stars: ✭ 27 (-48.08%)
Mutual labels:  pypi
ansible-role-dns
Install and configure dns on your system.
Stars: ✭ 39 (-25%)
Mutual labels:  tox
botor
Reticulate wrapper on 'boto3' with convenient helper functions -- aka "boto fo(u)r R"
Stars: ✭ 28 (-46.15%)
Mutual labels:  boto3
cognises-flask
Flask Cognises: AWS Cognito group based authorization with user management
Stars: ✭ 16 (-69.23%)
Mutual labels:  boto3
ansible-taskrunner
Ansible Taskrunner - ansible-playbook wrapper with YAML-abstracted python click cli options!
Stars: ✭ 14 (-73.08%)
Mutual labels:  click
aws-security-test
No description or website provided.
Stars: ✭ 14 (-73.08%)
Mutual labels:  boto3
generate-word-cloud.py
🐍 A simple Python (2 or 3) script to generate a PNG word-cloud ☁️ image from a bunch of 📂 text files 🎉. Based on word_cloud by @amueller.
Stars: ✭ 19 (-63.46%)
Mutual labels:  pypi
niet
Parse/Read yaml or json files directly in your shell (sh, bash, ksh, ...)
Stars: ✭ 27 (-48.08%)
Mutual labels:  pypi
toktok-stack
A snapshot of the complete software stack (excluding some external libraries and programs)
Stars: ✭ 12 (-76.92%)
Mutual labels:  tox
tsplib95
Library for working with TSPLIB files.
Stars: ✭ 48 (-7.69%)
Mutual labels:  pypi
jvm-toxcore-c
JVM (Java/Scala/Kotlin) bindings to toxcore
Stars: ✭ 33 (-36.54%)
Mutual labels:  tox
crawler click tutorial
click tutorial ( crawler ) use python
Stars: ✭ 15 (-71.15%)
Mutual labels:  click
TopicNet
Interface for easier topic modelling.
Stars: ✭ 127 (+144.23%)
Mutual labels:  pypi

export_dynamodb

CircleCI License: GPL v3

A cli to export dynamodb. export-dynamodb on pypi.

Key Features

  • Scan table in single or parallel thread.
  • Output file can be json or csv.
  • Get list of tables from yaml file.

Assumption

  • credentials and regions are configured in ~/.aws/config file.

How To Use

$ pip install export-dynamodb
$ export-dynamodb --help

Getting Started

# Install virtual environment
$ pip3 install virtualenv 
$ virtualenv -p python3 venv
$ source venv/bin/activate

# Install dependencies
$ pip install -r requirements.txt

# test cli local
pip install -e .

# if you want to exit from development environment, use deactivate command
$ deactivate

python setup.py sdist upload -r pypi

# Upload new version
$ python setup.py sdist
$ twine upload dist/*
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].