I'm not sure if this is the right place to ask this, but what do you guys recommend for storing json data or at least host a viewable json file?
A JSON link like this http://api.androidhive.info/volley/person_object.json but with a size of 500mb worth of data (approx 16000 entries).
It needs cater at least a maximum of 15 concurrent users a day.
I bought a cheap vps around 2gb of ram, with 1 vCore 2.4 GHz and single request from the api caused the cpu spike to 100%. The json request mentioned is from a mysql query.