Skip to main content
The Arrow IPC sink writes data to Arrow IPC files (also known as Feather) for fast I/O and zero-copy reads. Use it for hot data that needs frequent access — real-time dashboards, local development, and inter-process communication.

Configuration

Tables

The Arrow IPC sink writes the full Tell v1.1 schema — the same 7 tables as the ClickHouse sink: Like the ClickHouse sink, IDENTIFY events fan out to users_v1, user_devices, and user_traits. CONTEXT events extract device and location fields from the payload.

File organization

Reading Arrow IPC files

Arrow IPC is supported natively by all major data tools:
Also supported by DataFusion (native) and any Arrow-compatible tool.

Local query backend

Tell’s local query engine (Polars backend) reads from Arrow IPC files directly. Configure this in [query]:
This is useful for development and small deployments where ClickHouse isn’t needed.