Skip to content

rdegges/flask-dynamo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

flask-dynamo

DynamoDB integration for Flask.

Dragon Sketch

Meta

Purpose

I love using Amazon's DynamoDB database -- it's incredibly fast, infinitely scalable, and has a beautifully simple API.

Of all the NoSQL databases that exist, Dynamo is the simplest to deploy and run in high-traffic production environments, and incredibly simple to get started with / grow into.

I've been using it for several years now, and couldn't be happier.

The only problem I had using Dynamo with Flask is lack of an official extension -- so I created one!

This extension makes working with Dynamo in Flask projects simple and painless -- and doesn't get in your way at all (no need to compromise!).

Documentation

All project documentation is hosted at ReadTheDocs: http://flask-dynamo.readthedocs.org/en/latest/