Extensions / Foreign data wrappers
Foreign data wrapper for accessing Parquet files on local filesystems and Amazon S3 from PostgreSQL.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | parquet_s3_fdw |
|---|---|
| Version | 0.3 |
| PostgreSQL versions | 13 · 14 · 15 · 16 · 17 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 241 |
| Latest commit | 2025-03-18 |
| Latest release | 2024-10-10 |
| Catalogue updated | 2026-08-30 |
| pg_tier | Tier PostgreSQL table data to external S3 storage through parquet_s3_fdw. |
| pg_parquet | copy data between Postgres and Parquet |
| parquet_fdw | Read-only foreign data wrapper for Apache Parquet files |
| pg_tier | Tier PostgreSQL table data to external S3 storage through parquet_s3_fdw. |
| pg_ducklake | DuckLake lakehouse extension for PostgreSQL, backed by DuckDB and Parquet |
| s3_io | Basic Amazon S3-compatible object I/O through PostgreSQL SQL functions. |
| pgduck_rs | pgrx prototype extension that uses DuckDB to read Parquet files and return rows as JSONB in PostgreSQL. |
| pg_elephantduck | Columnar PostgreSQL table access method powered by DuckDB and Parquet storage. |
| pg_lake_copy | Copy to/from data lake files |
| koldstore | PostgreSQL tiered-storage that moves historical rows to Parquet while keeping the original table fully queryable and supporting updates and deletes. |
| aws_s3 | aws_s3 postgres extension to import/export data from/to s3 |