Architecture Suggestion on Learning Azure Service Fabric
Hello There,
I am learning Azure Service Fabric and have a business that I would like use it, please suggest if this is good idea or if there any other better way to implement it.
Business Case:
Compile a list of store location for multiple stores like Walmart, target and any retail store that has a web service where I can query the stores location. There are too many rest end points and the data that would come from these rest end points are different to the fields that I would want to capture.
To make it interesting I would like update the store location every day and keep the history of the store location and I would like to run this in parallel
Implementation Idea:
One stateful Reliable Service having which out puts the location of all the stores that I need, this reliable service will pass the parameters of the stores, fields that I need from the stores rest end point.
One Reliable Actor Per Store (stateless) - This reliable actor will use token particular to the store and get the details and map to what fields I need and send it to back the calling reliable service
Once all the stores locations are compiled, I will send this data to multiple end point (service bus, email thru logic apps and Azure Tables etc)
Appreciate your suggestion on this
Thanks
0 comments:
Post a Comment