Difference between revisions of "Sugar Network/Node Statistics"

From Sugar Labs
Jump to navigation Jump to search
m (Alsroot moved page Sugar Network/Node statistics to Sugar Network/Node Statistics without leaving a redirect)
(No difference)

Revision as of 10:02, 10 November 2013

Summary

This page describes the statistics that Sugar Network node servers generate. The statistics are about the entire node server and not personalized. Note that the statistics are targeted for the interests of educational researchers rather than service maintainers, thus, technical details that are important only for node maintaining are excluded.

Statistics will be collected by analyzing regular requests to an API server and stored for each Sugar Network node. It will be possible to get direct access to these stats using node's API. In addition, slave node statistics will be uploaded to the master server.

Common statistics

Statistics will be collected per Sugar Network object type.

  • User
    • user.total
      Total number of existing objects.
  • Context
    • context.total
      Total number of existing objects.
    • context.released
      Number of newly uploaded Implementations with new versions.
    • context.failed
      Number of newly uploaded fail Reports.
    • context.downloaded
      Number of Implementation downloads.
    • context.reviewed
      Number of new reviews.
  • Review
    • review.total
      Total number of existing objects.
    • review.commented
      Number of new comments.
  • Feedback
    • feedback.total
      Total number of existing objects.
    • feedback.solutions
      Objects among feedback.total that have Solutions assigned.
    • feedback.commented
      Number of new comments.
  • Solution
    • solution.total
      Total number of existing objects.
    • solution.commented
      Number of new comments.
  • Artifact
    • artifact.total
      Total number of existing objects.
    • artifact.downloaded
      Number of downloads.
    • artifact.reviewed
      Number of new reviews.

Per object statistics

While calculating common statistics, the node will generate per object sums as well.

These are the Sugar Network objects that will be affected:

  • Context properties:
    • Context.downloads
      Number of total downloads for the Context.
    • Context.rating
      Average rating given to the Context while reviewing.
    • Context.reviews
      Number of Reviews.
  • Artifact properties:
    • Artifact.downloads
      Number of total downloads for the Artifact.
    • Artifact.rating
      Average rating given to the Artifact while reviewing.
    • Artifact.reviews
      Number of Reviews.

Getting involved

  • Submit your bug report or feature request.
  • Browse our implementation discussions, and post your feedback. (You should join this discussion list in order to avoid having your messages postponed for moderation.)