Skip to main content

Module traits

Module traits 

Source

Structs§

TransformPipeline
Chain multiple TransformHooks into a sequential pipeline.

Traits§

OriginConnector
An origin connector fetches rows from an external data source.
OriginFactory
Factory for creating OriginConnectors from a JSON config object.
Sink
A target connector delivers delta events to a destination.
TargetFactory
Factory for creating Sink target connectors from a JSON config object.
TransformHook
Rust-native event transform hook. Consumers implement this to modify EventEnvelopes in-flight before they reach sinks. Takes precedence over SurrealQL fn::* transforms when set on a [CycleRunner].