I have an application which acts as Data Layer and is responsible for performing all the CRUD operation on the database. Due to availability issue, we maintain Redis cache over it, which will ultimately act as the secondary data source. Hitting primary data sources frequently leads to throttling and latency issues.
Certain actions also gets triggered on the basis of updates published to the DataBase.
I am trying to abstract out the secondary data source updates and actions triggered on the basis of these updates from the data access layer to serverless architecture.
Is the step-function best suited for the mentioned usecase? Or I should think of different architecture?
Aucun commentaire:
Enregistrer un commentaire