Usage Tracker

From Gcube Wiki
Revision as of 13:02, 19 December 2013 by Ermanno.travaglino (Talk | contribs) (Created page with '== 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…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 https://gcube.wiki.gcube-system.org/gcube/index.php?title=Usage_Tracker_Installation.