SaptakS / opinator

A plugin to do sentiment analysis of reviews in ecommerce website.
9 stars 5 forks source link

Store Sentiment scores in DB #17

Closed apexkid closed 9 years ago

apexkid commented 9 years ago

To prevent re-calculating of SS on each hit, we will store <SS, Detail-page> mapping in DB with the timestamp on when it was recorded. A config value X will decide when to expire the SS and recalculate.

apexkid commented 9 years ago

DB to wrapped with sql-alchemy.

vivekanand1101 commented 9 years ago

@apexkid leave this to me

vivekanand1101 commented 9 years ago

@apexkid please verify the code (db-enhancement branch) . I have tested it once. Readme is there.

vivekanand1101 commented 9 years ago

Done