rdegges / flask-dynamo

DynamoDB integration for Flask.
http://flask-dynamo.readthedocs.org/en/latest/
The Unlicense
141 stars 36 forks source link

Flask-Secuity using Flask-Dynamo for persistence #1

Open lashex opened 10 years ago

lashex commented 10 years ago

Have you thought of working with the Flask-Security framework to add Flask-Dynamo as a data persistence layer? If you're interested in such a thing I'd be interested in helping.

rdegges commented 10 years ago

Heyo! Thanks for the ticket.

I didn't really think about that -- I'll look into it!

I've never really thought about using dynamo for storing user data, as it's not really the best choice (I mean, it could work, but it's not ideal in many ways). It might be worthwhile, however, if there's people using it for that.

lashex commented 10 years ago

Well the way I see it with Flask-Security already using Mongo DB as a standard persistence layer and Dynamo DB's increasing capabilities like global and local secondary indices, all Dynamo really needs is a JSON attribute type and it'd be perfect. I also know that there are many people who use DynamoDB for their user session state since it can handle the heat of user-session interactions at any scale.

Hence the idea to explore this connection between modules now.

rdegges commented 10 years ago

That makes perfect sense to me -- I wasn't aware that so many people were using Mongo with it currently.

In that case, I'll definitely look into / start working on that! I'm going to have some free time next week, so I'll likely dive into it then!

Would be uber happy to have someone look things over though ^^

lashex commented 10 years ago

Just let me know when you have a branch you'd like another set of eyes upon.