supabase / wrappers

Postgres Foreign Data Wrapper development framework in Rust.
http://fdw.dev
Apache License 2.0
560 stars 55 forks source link

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

Open burggraf opened 5 months ago

burggraf commented 5 months ago

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

burmecia commented 5 months ago

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