Skip to main content
Tail or batch‑read files into Tangent.

Schema

type
string
required
This should be set to file
path
string
required
Filepath to source data
decoding
string
Specifies how incoming payloads are decoded before being sent to your plugin.
See Decoding Options for details.

Example

sources:
  local_files:
    type: file
    path: ./data/*.ndjson