package
Version:
v1.3.1
Opens a new window with list of versions in this module.
Published: Sep 17, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Google Cloud Storage
This sink supports writing to the local file system. It can can be enabled by adding the following configuration in the tables
section:
tables:
eventlog:
compact: # enable compaction
interval: 60 # compact every 60 seconds
nameFunc: "s3://bucket/namefunc.lua" # file name function
file: # sink to use
dir: "/output" # the output directory
...
Documentation
¶
Writer represents a local file writer.
New creates a new writer.
Write writes the data to the sink.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.