Skip to content

IKATS/ikats-datamodel

Repository files navigation

IKATS Logo IKATS Datamodel

Docker Automated build Docker Build Status MicroBadger Size

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)

Dataset Preparation

Import Export

Dataset Management

Pre-Processing on Ts

Transforming

Processing On Tables