Skip to main content

async Amazon DynamoDB library for Tornado

Project description

Asyncdynamo
===========

Asynchronous Amazon DynamoDB library for Tornado

Requires boto and python 2.7

Tested with Boto 2.2.1 and Tornado 1.2.1

Installation
------------

Installing from github: `pip install git+https://github.com/bitly/asyncdynamo.git`

Installing from source: `git clone git://github.com/bitly/asyncdynamo.git; cd asyncdynamo; python setup.py install`

Usage
-----
Asyncdynamo syntax seeks to mirror that of [Boto](http://github.com/boto/boto).

```python
from asyncdynamo import asyncdynamo
db = asyncdynamo.AsyncDynamoDB("YOUR_ACCESS_KEY", "YOUR_SECRET_KEY")

def item_cb(item):
print item

db.get_item('YOUR_TABLE_NAME', 'ITEM_KEY', item_cb)
```

Requirements
------------
The following two python libraries are required

* [boto](http://github.com/boto/boto)
* [tornado](http://github.com/facebook/tornado)

Issues
------

Please report any issues via [github issues](https://github.com/bitly/asyncdynamo/issues)

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

asyncdynamo-0.2.5.tar.gz (10.9 kB view details)

Uploaded Source

File details

Details for the file asyncdynamo-0.2.5.tar.gz.

File metadata

  • Download URL: asyncdynamo-0.2.5.tar.gz
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for asyncdynamo-0.2.5.tar.gz
Algorithm Hash digest
SHA256 a69dc35118a7e9a8cd3aeba25f98c58df7981bd35083245ab847079e72758e61
MD5 f5e98695ae9c1f344d9de777aa30a754
BLAKE2b-256 d0c55d0ea5dae53b9eb9ff73ba87c476f037e0e5257669f91e990a962dd29779

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