Hacker News new | ask | show | jobs
by Achshar 2562 days ago
We have 3 different levels of storages to avoid hitting remote. Redis cache for query, storing the results on our server and letting users edit the data as well and finally front end cache with service workers.

I think I'll start writing out the feature comparisons.