Flows

DAMPER

Source plugins/base

Config

[[flows.damper]]
    ## damper makes the stream of records to be delayed by the given duration.
    ## It collects records those _ts time is older thant now-"interval" time, 
    ## and send them to the next flow in a time.
    interval = "3s"

Example

Run

Output

DUMP

Source plugins/base

Config

Example

Run

Output

EXEC

Source plugins/exec

Config

Example

Run

Output

MERGE

Source plugins/base

Config

Example

Run

Output

UPDATE

Source plugins/base

Config

Example

Run

Output

SELECT

Source plugins/base

Config

Example

Run

Output

INJECT

Source plugins/base

This flow creates an injection point for the pipeline, allowing applications to inject their own functions as flows with the specified ID.

Example

Run

Output

OLLAMA

Source plugins/ollama

Config

Example

Run

Output

QRCODE

Source plugins/qrcode

Config

Example

Run

Output

output.png

Last updated