Usage Tracker

From Gcube Wiki
Revision as of 17:35, 6 July 2016 by Leonardo.candela (Talk | contribs)

(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.