Hi,
I am developing a game that can be played on tablet computers. The game also collects all kinds of data on how well persons play the game. Currently, all data collected is stored in a local file using JSON as the data format. I would like to move the data storage onto the cloud centalizing the data for all users, and use analytics capabilities to analyze and visualize the data, for individual users and across all users.
Can the programmable cloud be used as a backend for data storage? Can it be accessed using a REST API? Can I develop analytics front ends apps that end-users could use to view selected game usage analytics?
any pointers to documentation would be much appreciated,
Daniel