My UI brings data from multiple microservices. What is the best way to handle such a use case? Data is not changed frequently over the period. I can think of the following options
- Use aggregation layer in API gateway
- Create materialize view
- Have caching layer in place using Redis
4 upvotes·3.8K views
Replies (1)