Difference between revisions of "Usage Tracker"
From Gcube Wiki
(→Installation) |
|||
Line 9: | Line 9: | ||
== Installation == | == Installation == | ||
− | In order to install the Usage Tracker service, it is available an | + | In order to install the Usage Tracker service, it is available an [https://gcube.wiki.gcube-system.org/gcube/index.php?title=Usage_Tracker_Installation Administrator's guide]. |
Revision as of 16:50, 19 December 2013
Overview
The Usage Tracker is a RESTful web service mediating the access to the usage record repository. The whole Resource Accounting system is built around this service whose goal is to keep track of resource usage by receiving and archiving usage records (common-accounting-model).
Architecture
Internally, in the current implementation, the Usage Tracker adopts a document-oriented databased (MongoDB) to persist records and Jersey(as an implementation of the JSR311 specification to build the REST interface). Besides, the Usage Tracker acts as a consumer of the Messaging Broker using the common-accounting-library.
Installation
In order to install the Usage Tracker service, it is available an Administrator's guide.