Transformation

Reshape origin event data in to target event

Overview

A streaming event transform converts a source event in to transformed event and event properties. Transformation are performed in real-time using a continuous process.

Support includes derived attributes, transformed properties, custom and transformed events.

Use cases

Here are some use cases of how it can be applied in stream processing:

  1. Customer data Mask Personal Identifiable Information.

  2. GDPR compliance Tokenise a data value in to component parts and randomise sensitive components.

  3. Secure communication Encrypt sensitive data for endpoint consumption.

  4. Feature engineering Basic bucketing for statistical processing.

  5. Domain transformers Convert from source and to target domain data structures.

Available transformation options

Customise events in real-time using Joule out-of-the-box transformation processors.

Last updated