This document summarizes a thesis on AppAware Analytics. It discusses developing a cloud web application using SproutCore to provide analytics on mobile app usage data collected by the AppAware project. Key points include:
1. The application aims to minimize server-side computation and bandwidth usage by handling most processing in the browser.
2. It uses a REST interface to retrieve app and event data from the server in JSON format.
3. Challenges include the large amount of event data and lack of support for caching computed charts on the client-side.
The document evaluates if web applications can compete with desktop applications, concluding it is possible for advanced interactions but performance may suffer with large data transfers.