Skip to content

read_feather

Parses an incoming Feather byte stream into events.

read_feather

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

load_file "logs.feather"
read_feather
pulish "log"

read_parquet, write_feather