Skip to main content
Tangent home page
Search...
⌘K
Search...
Navigation
Sources
File
Home
CLI
Configuration
Plugins
Github
Discord
tangent.yaml
Overview
Runtime
Runtime
Plugins
Plugins
DAG
DAG
Sources
Overview
MSK
SQS
Socket
File
Decoding
Sinks
Overview
S3
File
Blackhole
Common options
Encoding
Compression
On this page
Schema
Example
Sources
File
Copy page
Read from files or directories.
Copy page
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
Copy
sources
:
local_files
:
type
:
file
path
:
./data/*.ndjson
Socket
Previous
Decoding
Next
⌘I