Difference between revisions of "Time Series Management"

From Gcube Wiki
Jump to: navigation, search
(Created page with 'Time Series Management and Analysis facilities. == Overview ==')
 
(Overview)
Line 1: Line 1:
 
Time Series Management and Analysis facilities.
 
Time Series Management and Analysis facilities.
 +
  
 
== Overview ==
 
== 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 <code>ImportFactory</code> PortType
 +
 +
* the <code>ImportManager</code> PortType
 +
 +
* the <code>CurationFactory</code> PortType
 +
 +
* the <code>CurationManager</code> PortType
 +
 +
* the <code>TimeSeriesFactory</code> PortType
 +
 +
* the <code>TimeSeriesManager</code> PortType

Revision as of 16:36, 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 PortType
  • the ImportManager PortType
  • the CurationFactory PortType
  • the CurationManager PortType
  • the TimeSeriesFactory PortType
  • the TimeSeriesManager PortType