Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rdegges/flask-dynamo
DynamoDB integration for Flask.
https://github.com/rdegges/flask-dynamo
Last synced: 13 days ago
JSON representation
DynamoDB integration for Flask.
- Host: GitHub
- URL: https://github.com/rdegges/flask-dynamo
- Owner: rdegges
- License: unlicense
- Created: 2012-08-07T05:14:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T02:00:23.000Z (over 2 years ago)
- Last Synced: 2024-09-20T12:08:52.078Z (about 2 months ago)
- Language: Python
- Homepage: http://flask-dynamo.readthedocs.org/en/latest/
- Size: 248 KB
- Stars: 141
- Watchers: 8
- Forks: 36
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.rst
Awesome Lists containing this project
README
# flask-dynamo
DynamoDB integration for Flask.
![Dragon Sketch][]
## Meta
- Author: Randall Degges
- Email: [email protected]
- Site: http://www.rdegges.com
- Status: maintained, active## 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/[Dragon Sketch]: https://github.com/rdegges/flask-dynamo/raw/master/assets/dragon-sketch.jpg "Dragon Sketch"
[DynamoDB]: http://aws.amazon.com/dynamodb/ "DynamoDB"