Sugar Network/Node Statistics
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. - user.updated
Number of updated objects.
- user.total
- Context
- context.total
Total number of existing objects. - context.updated
Number of updated 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.
- context.total
- Review
- review.total
Total number of existing objects. - review.updated
Number of updated objects. - review.commented
Number of new comments.
- review.total
- Feedback
- feedback.total
Total number of existing objects. - feedback.updated
Number of updated objects. - feedback.solutions
Objects among feedback.total that have Solutions assigned. - feedback.solved
Number of assigned Solutions. - feedback.rejected
Number of rejected Solutions. - feedback.commented
Number of new comments.
- feedback.total
- Solution
- solution.total
Total number of existing objects. - solution.updated
Number of updated objects. - solution.commented
Number of new comments.
- solution.total
- Artifact
- artifact.total
Total number of existing objects. - artifact.updated
Number of updated objects. - artifact.downloaded
Number of downloads. - artifact.reviewed
Number of new reviews.
- artifact.total
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.
- Context.downloads
- 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.
- Artifact.downloads
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.)