Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoslot authored Sep 16, 2024
1 parent 94685ed commit 7312e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

> Copy from/to Parquet files in PostgreSQL!
[![CI lints and tests](https://github.com/aykut-bozkurt/pg_parquet/actions/workflows/ci.yml/badge.svg)](https://github.com/aykut-bozkurt/pg_parquet/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/aykut-bozkurt/pg_parquet/graph/badge.svg?token=SVDGPEAP51)](https://codecov.io/gh/aykut-bozkurt/pg_parquet)
[![CI lints and tests](https://github.com/crunchydata/pg_parquet/actions/workflows/ci.yml/badge.svg)](https://github.com/crunchydata/pg_parquet/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/crunchydata/pg_parquet/graph/badge.svg?token=SVDGPEAP51)](https://codecov.io/gh/crunchydata/pg_parquet)

`pg_parquet` is a PostgreSQL extension that allows you to read and write Parquet files, which are located in `S3` or `file system`, from PostgreSQL via `COPY TO/FROM` commands. It heavily uses [Apache Arrow](https://arrow.apache.org/rust/arrow/) project to read and write Parquet files and [pgrx](https://github.com/pgcentralfoundation/pgrx) project to extend PostgreSQL's `COPY` command.

Expand Down

0 comments on commit 7312e20

Please sign in to comment.