Difference between revisions of "Time Series Management"
From Gcube Wiki
Lucio.lelii (Talk | contribs) (→Overview) |
Lucio.lelii (Talk | contribs) (→Architecture) |
||
Line 10: | Line 10: | ||
The interface of the TimeSeries Manager service is distributed across 6 port-types: | The interface of the TimeSeries Manager service is distributed across 6 port-types: | ||
− | * the <code>ImportFactory</code> | + | * the <code>ImportFactory</code> port-type serves as the interface of a single WS-Resource, it allows clients to create new import resources (ImportManager instances). |
− | * the <code>ImportManager</code> | + | * the <code>ImportManager</code> port-type allows clients to import new time series offering operation like import, de-normalization etc. |
− | * the <code>CurationFactory</code> | + | * the <code>CurationFactory</code> port-type serves as the interface of a single WS-Resource, it allows clients to create new curation resources (CurationManager instances). |
− | * the <code>CurationManager</code> | + | * the <code>CurationManager</code> port-type allows clients to curate time series offering operation like set column type, replace value etc. |
− | * the <code>TimeSeriesFactory</code> | + | * the <code>TimeSeriesFactory</code> port-type serves as the interface of a single WS-Resource, it allows clients to create new time series resources (TimeSeriesManager instances). |
− | * the <code>TimeSeriesManager</code> | + | * the <code>TimeSeriesManager</code> port-type allows clients to operate on time series offering operation like union, grouping, aggregation etc. |
Revision as of 15:44, 26 June 2012
Time Series Management and Analysis facilities.
Overview
The TimeSeriesManagerService is an application that offers facilities to import, curate and access time series data. The main goal of this service is to elaborate large amount of time series data in real time applying multiple operations: aggregation, union, grouping, filters etc.
Architecture
The interface of the TimeSeries Manager service is distributed across 6 port-types:
- the
ImportFactory
port-type serves as the interface of a single WS-Resource, it allows clients to create new import resources (ImportManager instances).
- the
ImportManager
port-type allows clients to import new time series offering operation like import, de-normalization etc.
- the
CurationFactory
port-type serves as the interface of a single WS-Resource, it allows clients to create new curation resources (CurationManager instances).
- the
CurationManager
port-type allows clients to curate time series offering operation like set column type, replace value etc.
- the
TimeSeriesFactory
port-type serves as the interface of a single WS-Resource, it allows clients to create new time series resources (TimeSeriesManager instances).
- the
TimeSeriesManager
port-type allows clients to operate on time series offering operation like union, grouping, aggregation etc.