Explaining my scenerio - My app is using some data(Some numbers) which generally changed in 2-6 months. And my app calcualte some percentage based on that data. Currently I am implementing this thing in the following way - 1) I have written a web service which return the data using Heroku on which I am performing some calculation in my app.can there be some other soloution from where can I keep that data ?