Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!)
- Host: GitHub
- URL: https://github.com/AOEpeople/Aoe_DynamoDbSession
- Owner: AOEpeople
- Created: 2015-09-17T16:08:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-17T16:08:37.000Z (about 9 years ago)
- Last Synced: 2024-06-30T16:55:15.098Z (6 months ago)
- Language: PHP
- Size: 105 KB
- Stars: 5
- Watchers: 28
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-magento - Aoe_DynamoDbSession - Magento Session Handler for AWS DynamoDB (Sessions)
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/11207881Instructions:
* create DynamoDb table
* hash: id
* configure iam roleIn `app/etc/local.xml`
```
```