0

I would like to build an app and collect some events from the app, and then show some event statistics like frequency, duration etc.

I`ve just investigated the aws Cognito web service, but it stores only a set of key-value pairs of a limited total size.

I can build, of course, my own REST web service on the top of the database and store all my events there. But I wonder if there are some aws web service(s) that I can leverage to build such a solution. (In case if someone familiar with Azure, it would be nice to see the possible solution there too!)

Any ideas, suggestions?

4

2 回答 2

0

I would suggest you to have a look at AWS Mobile Analytics service (http://aws.amazon.com/mobileanalytics/)

Have a look at the Getting Started page http://aws.amazon.com/mobileanalytics/getting-started/

Seb

于 2015-04-22T11:58:35.167 回答
0

没有为此使用任何打包的网络服务;但是,我确实在我的应用程序中使用 REST 方法进行统计,并且发现它运行良好....开销低且易于添加、更改和收集。

于 2015-04-20T17:42:49.560 回答