Git Product home page Git Product logo

pynamodb's Introduction

PynamoDB

image

image

image

A Pythonic interface for Amazon's DynamoDB that supports Python 2 and 3.

DynamoDB is a great NoSQL service provided by Amazon, but the API is verbose. PynamoDB presents you with a simple, elegant API.

Useful links:

Installation

From PyPi:

$ pip install pynamodb

From GitHub:

$ pip install git+https://github.com/pynamodb/PynamoDB#egg=pynamodb

Upgrading

Warning

The behavior of 'UnicodeSetAttribute' has changed in backwards-incompatible ways as of the 1.6.0 and 3.0.1 releases of PynamoDB.

The following steps can be used to safely update PynamoDB assuming that the data stored in the item's UnicodeSetAttribute is not JSON. If JSON is being stored, these steps will not work and a custom migration plan is required. Be aware that values such as numeric strings (i.e. "123") are valid JSON.

When upgrading services that use PynamoDB with tables that contain UnicodeSetAttributes with a version < 1.6.0, first deploy version 1.5.4 to prepare the read path for the new serialization format.

Once all services that read from the tables have been deployed, then deploy version 2.2.0 and migrate your data using the provided convenience methods on the Model. (Note: these methods are only available in version 2.2.0)

Once all data has been migrated then upgrade to a version >= 3.0.1.

Basic Usage

Create a model that describes your DynamoDB table.

PynamoDB allows you to create the table if needed (it must exist before you can use it!):

Create a new user:

Now, search your table for all users with a last name of 'John' and whose first name begins with 'D':

Examples of ways to query your table with filter conditions:

Retrieve an existing user:

Advanced Usage

Want to use indexes? No problem:

Now query the index for all items with 0 views:

It's really that simple.

Want to use DynamoDB local? Just add a host name attribute and specify your local server.

Want to enable streams on a table? Just add a stream_view_type name attribute and specify the type of data you'd like to stream.

Want to backup and restore a table? No problem.

Features

  • Python 3.3, 3.4, 2.6, and 2.7 support
  • An ORM-like interface with query and scan filters
  • Compatible with DynamoDB Local
  • Supports the entire DynamoDB API
  • Full table backup/restore
  • Support for Unicode, Binary, JSON, Number, Set, and UTC Datetime attributes
  • Support for Global and Local Secondary Indexes
  • Provides iterators for working with queries, scans, that are automatically paginated
  • Automatic pagination for bulk operations
  • Complex queries
  • Support for Global and Local Secondary Indexes
  • Batch operations with automatic pagination
  • Iterators for working with Query and Scan operations

pynamodb's People

Contributors

anandswaminathan avatar andersonwolfe avatar bedge avatar behos avatar betamoo avatar bitdeli-chef avatar chrislea avatar craigbruce avatar danielhochman avatar drewisme avatar funkybob avatar garrettheel avatar ikonst avatar jasonfriedland avatar jlafon avatar jmphilli avatar johnemhoff avatar johnliu avatar jpinner-lyft avatar kevgliss avatar mathewmarcus avatar mhannila avatar moutix avatar nick-gravgaard avatar nicysneiros avatar pior avatar rowillia avatar scode avatar yedpodtrzitko avatar zetaben avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.