Transformation
Reshape origin event data in to target event
Last updated
Reshape origin event data in to target event
Last updated
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.
Here are some use cases of how it can be applied in stream processing:
Customer data Mask Personal Identifiable Information.
GDPR compliance Tokenise a data value in to component parts and randomise sensitive components.
Secure communication Encrypt sensitive data for endpoint consumption.
Feature engineering Basic bucketing for statistical processing.
Domain transformers Convert from source and to target domain data structures.
Customise events in real-time using Joule out-of-the-box transformation processors.
Field Tokeniser
Tokenise attribute values in to component parts
Obfuscation
Obfuscate streaming events to meet compliance policies
Feature engineering
Decorate a feature vector with enriched features specific to the deployed model
Domain Transformers
Parse incoming events and transform outgoing events