supabase / wrappers

Postgres Foreign Data Wrapper development framework in Rust.

Home Page:http://fdw.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: Create wrapper for DuckDB to read remote parquet files

burggraf opened this issue · comments

Using the DuckDB crate for Rust, create a wrapper that can read parquet files stored in an S3 bucket.

we already have S3 FDW can read parquet file on S3, is this you're looking for?