Skip to main content
Version: Next

read_feather

Parses an incoming Feather byte stream into events.

read_feather

Description

Transforms the input Feather (a thin wrapper around Apache Arrow's IPC wire format) byte stream to event stream.

Examples

Publish a feather logs file

load_file "logs.feather"
read_feather
pulish "log"