Skip to content

parquet2postgres-go

Command-line tool that loads Parquet objects from an S3-compatible bucket into a PostgreSQL table. It discovers files under a prefix, infers the table schema from the first file, and uploads data in batches with parallelism bounded by the database connection pool.

Sections

Source

Repository: github.com/nryanov/parquet2postgres-go