Skip to main content

A DynamoDB Command Line Interface with JSON I/O

Project description

Installation

pip install dynamoq

Synopsis

Use aws configure to set up your AWS command line environment.

ddb get TABLE_NAME HASH_KEY
DYNAMODB_TABLE=mytable ddb get HASH_KEY

ddb put mytable '{"key": "foo", "data": "xyz"}' '{"key": "bar", "data": "xyz"}'
ddb scan mytable

echo '{"data": "update"}' | ddb update mytable mykey
ddb update mytable mykey field1=2 field2=[] --condition "field3 eq 456"
ddb update mytable mykey field1=2 field2=[] --condition "field4 between 7,8"

See DynamoDB Conditions for more.

Authors

  • Andrey Kislyuk

License

Licensed under the terms of the Apache License, Version 2.0.

https://img.shields.io/travis/kislyuk/dynamoq.svg https://codecov.io/github/kislyuk/dynamoq/coverage.svg?branch=master https://img.shields.io/pypi/v/dynamoq.svg https://img.shields.io/pypi/l/dynamoq.svg https://readthedocs.org/projects/dynamoq/badge/?version=latest

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

dynamoq-0.0.5.tar.gz (3.8 kB view details)

Uploaded Source

Built Distribution

dynamoq-0.0.5-py2.py3-none-any.whl (5.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file dynamoq-0.0.5.tar.gz.

File metadata

  • Download URL: dynamoq-0.0.5.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for dynamoq-0.0.5.tar.gz
Algorithm Hash digest
SHA256 6a6179ac3909b0bda1d7eeecdcca61b49e935c20a02624dddd04fc11d313fd45
MD5 d675c6574ea756a3b0e6dbd425cec0af
BLAKE2b-256 9639e0a665460178c6ec45d3c4c62cd2217bdbc922664b1670cbb0076fde53e7

See more details on using hashes here.

File details

Details for the file dynamoq-0.0.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for dynamoq-0.0.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 391fe5f1bd89ae15df2cf4f2d68963c84280f296e317f244c17c8d2d6c48a5da
MD5 9fc4163ca8e66f0f9d532908c1729828
BLAKE2b-256 3b00c786a4667fda24c21f4950784e8166856b9330c60d2a306d98a4de8c5444

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page