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.

Schema

type
string
required
This should be set to file
path
string
required
Filepath to sink data
encoding
object
Controls how Tangent serializes records emitted by this source. See Encoding.
compression
object
Controls how Tangent compresses payloads emitted by this source. See Compression.

Example

sinks:
  local_file:
    type: file
    path: /tmp/out.ndjson