@logtura/custom-vector
v0.2.11
Published
Logtura custom Vector source and destination escape-hatch drivers.
Readme
@logtura/custom-vector
Custom Vector source and destination drivers for Logtura.
Use this package when the managed Logtura drivers do not cover your platform yet, but Vector already has the source, transform, or sink you need.
Source
sources:
bob:
provider: custom-vector
display_name: Bob
vector:
include: ./vector/bob.yaml
feed: bob_normThe included file may define sources and transforms. feed names the source
or transform component Logtura should read from.
Destination
sinks:
joe:
type: custom-vector
vector:
include: ./vector/joe.yamlThe included file may define transforms and sinks. Logtura rewrites the
single dangling input reference to the monitor output. If the graph has multiple
dangling inputs, set vector.input explicitly.
