Approch for saving (likes, points, ...) and organize them

Hi, we’re trying to build an App which need to calculate and cache some data (likes, points, …) from JSON files which are saved in gaia publicly and signed by users. otherwise client/user have to make lots of http requests and calculate them itself which is not ideal. we’re thinking to add few worker/bots to process users files and build and save produced JOSN files in gaia in path that other users only have read permissions. but we’re not sure if it’s right approach or not?
please let us know

You should consider using Radiks – it will let you build up aggregated views of data in Gaia without compromising user ownership of that data.

Looks great. I’ll use it. Thanks