Data

The Data components in Sentinel Studio pass input data through to another component, and can direct the process flow according to various circumstances.

Read more

Flow

The Flow components in Sentinel Studio are used to direct the process flow to follow a certain path, depending on the output.

Read more

Event

The Event components in Sentinel Studio are used to indicate the triggering of an event and/or a change in the state of the currently processed entity.

Read more

Memory

The Memory components in Sentinel Studio allow you to write data to memory, read data stored in memory, and delete data from memory.

Read more

R Script

R is an open source programming language and software environment for statistical computing and graphics that is supported by the R Foundation for Statistical Computing. The R Script component in Sentinel's user processes allows you to access R, as a way of analysing data within your process.

Read more

Flow Event

Flow Event components have no inputs. They are designed to invoke other components to perform logic processing at a certain point in the Sentinel user process.

Read more

Logging

The Logging components are used to send information from the Sentinel user process to the logging infrastructure.

Read more

Dynamic Stream

The Dynamic Stream components in Sentinel Studio are used to properly handle the calculation of rolling sums in a Sentinel user process.

Read more

Boolean

The Boolean functions in Sentinel Studio take input data, apply logic processing to that data, and produce a single output with a value of true or false. This article describes the Boolean functions available in Sentinel Studio.

Read more