Is there a free online data cache service? [closed]

◇◆丶佛笑我妖孽 提交于 2019-12-04 06:19:20

问题


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.



来源:https://stackoverflow.com/questions/21389823/is-there-a-free-online-data-cache-service

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!