I am porting a system to use DynamoDB instead of MySQL but I have a situation which I don't think I can model using DynamoDB. For every user stored in my database I want to run an analytics event (where analytics are calculated) - this is done every day. In MySQL this was done by ordering the table by the LastAnalyticsDone < 24 hours ago.
Is this possible to do in DynamoDB? Is there another service which I could be using to do this?
Aucun commentaire:
Enregistrer un commentaire