From Shaun
So, the idea is, when you don't expect data for an external service to change often, you store a copy of it on your own service. This has two big benefits:
- You're not hitting any sort of rate limits on the external service
- Your data retrieval is much much faster
From Shaun
So, the idea is, when you don't expect data for an external service to change often, you store a copy of it on your own service. This has two big benefits: