Skip to content

Transforming events with TriggerMesh

TriggerMesh makes it easy to transform events as they pass from producers to consumers. This lets you adapt the event metadata or payload for different reasons, such as matching the schema expected by the consumer, or removing sensitive data from events.

There are two main ways to transform events in TriggerMesh:

  • JSON Transformation provides a high-level language called Bumbleebee (like the Transformer) that makes it easy to transform an event without writing code
  • Functions let you transform events in code written in Python, Node, or Ruby, thereby providing extra flexibility

TriggerMesh also includes a number of other transformation options: