supabase / wrappers

Postgres Foreign Data Wrapper development framework in Rust.
https://supabase.github.io/wrappers/
Apache License 2.0
465 stars 47 forks source link

Enhancement: Create wrapper for DuckDB to read remote parquet files #287

Open burggraf opened 2 weeks ago

burggraf commented 2 weeks ago

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

burmecia commented 2 weeks ago

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