Deprecated: this component is no longer developed and will be removed in the next release.
package
module
Version:
v0.87.0
Opens a new window with list of versions in this module.
Published: Oct 11, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
¶
Parquet File Exporter
Sends pipeline data to Parquet files.
Configuration
The following configuration options are required:
path
(no default): Export Parquet file path.
The following configuration options can also be configured:
TODO
Example:
exporters:
parquet:
path: /var/output/log.parquet
The full list of settings exposed for this exporter is going to be documented later
with detailed sample configurations here.
Documentation
¶
Package parquetexporter implements an exporter that writes data to Parquet files.
Deprecated: this component is no longer developed and will be removed in the next release.
NewFactory creates a factory for the Parquet exporter.
Deprecated: this exporter is no longer supported and will be removed in the next version.
type Config struct {
Path string `mapstructure:"path"`
}
Source Files
¶
Directories
¶
internal
|
|
|
|
Click to show internal directories.
Click to hide internal directories.