Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AOEpeople/Aoe_DynamoDbSession

AWS DynamoDB session handler for Magento (experimental!)
https://github.com/AOEpeople/Aoe_DynamoDbSession

Last synced: 25 days ago
JSON representation

AWS DynamoDB session handler for Magento (experimental!)

Awesome Lists containing this project

README

        

# Magento Session Handler for AWS DynamoDB

Author: Fabrizio Branca

TODO:
* disable automatic gc
* create cron that does gc
* how does it keep track of lifetimes?
* compress data so we can stay below 1kb
* change format (PHPserialize->JSON)so we can operate on the data without PHP (might not be worth it)
* test script: https://gist.github.com/federicob/11207881

Instructions:
* create DynamoDb table
* hash: id
* configure iam role

In `app/etc/local.xml`
```




```