Is there a free online data cache service? [closed

2019-03-04 19:26发布

问题:

I am building a mashup, which gets data from rather slow external API and processes it at client side. To speed things up, I would like to add a simple cache which will store processed results online, but I don't want to buy a dedicated server. Is there a free online service to cache any JSON/XML/text data using AJAX?

回答1:

I've found some solutions:

  • YQL Caching - free 2000 requests/hour/IP
  • OpenKeyVal - free 64KB buckets
  • IronCache - free 100MB & 10M requests/month
  • GarantiaData - free 25MB in-memory cache
  • Parse - free 1M requests/month
  • Amazon ElastiCache - free 750h of Micro Cache Node
  • Firebase - free 100MB storage
  • MemCachier - free 25 MB in-memory cache

If you know more, please expand this list.