An overview of IKATS global architecture is available here
IKATS datamodel provides two IKATS web applications :
- the Ingestion webapp, deployed in a Tommee server to ingest data in IKATS : cf.ingestion documentation
- the TemporalDataManager webapp, deployed in a Tomcat server, which is describer here.
The TemporalDataManager webapp provides access to following IKATS resources:
On PostgreSQL database:
- Metadata
- Dataset (set of time series)
- Table
- MacroOperator
- ProcessData
- Workflow
On OpenTSDB database:
- Time Series
Resources can be accessed through an HTTP API, including IKATS operators dealing with non temporal data.
List of java operators at the moment: (see python operators for other operators provided in IKATS)