Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.telophasehq.com/llms.txt

Use this file to discover all available pages before exploring further.

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