Introduction to Flow
This section explains how to use Axiom’s Flow feature to filter, shape, and route event data.
Flow provides onward event processing, including filtering, shaping, and routing. Flow works after persisting data in Axiom’s highly efficient queryable store, and uses APL to define processing.
Flow is currently in private preview. To try it out, sign up for a free account.
Elements of a flow
A flow consists of three elements:
- Source. This is the Axiom dataset used as the flow origin.
- Transformation. This is the APL query used to filter, shape, and enrich the events.
- Destination. This is where events are routed.
To get started with Flow, see Configure Flow.
For more information on the measures Axiom takes to protect sensitive data, see Data security in Flow.