I'm working on a few different ways to get data loaded into DuckDB from other data sources. One idea I had was to dynamically generate parquet files. By having some sort of path params in the file name, I could get data from an arbitrary data source, package it as a parquet file, then send it across the wire.
data:
walk:
file: https://my-api.com/{tenant_id}-{start_date}-{end_date}-{type}.parquet
Would it be make sense to add arrow ipc support for performance reasons?
https://duckdb.org/2025/05/23/arrow-ipc-support-in-duckdb.html
I'm working on a few different ways to get data loaded into DuckDB from other data sources. One idea I had was to dynamically generate parquet files. By having some sort of path params in the file name, I could get data from an arbitrary data source, package it as a parquet file, then send it across the wire.
Would it be make sense to add arrow ipc support for performance reasons?
https://duckdb.org/2025/05/23/arrow-ipc-support-in-duckdb.html