|
|
|
|
|
by 8organicbits
860 days ago
|
|
It may make sense to run an hourly or daily job to collect data from the API and then implement the filters exclusively within your back-end. This pattern can work well with rate-limited APIs and a dataset that changes fairly slowly. There's some risk that an item shown will already be sold (user would click back and try another). Also, I don't think I see any affiliate links in use. I believe eBay runs a program, so you could make some money here: https://partnernetwork.ebay.com/solutions/creating-affiliate... |
|
Absolutely! I thought I could get away with just in-memory caching for the MVP but it looks like I can't.