Skip to main content
Tangent home page
Search...
⌘K
Search...
Navigation
Sinks
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
Sinks
File
Copy page
Write output to a local file
Copy page
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
Copy
sinks
:
local_file
:
type
:
file
path
:
/tmp/out.ndjson
S3
Previous
Blackhole
Next
⌘I