From 7312e20f08c2c9e23897e37fab92f0b8302bb01f Mon Sep 17 00:00:00 2001 From: Marco Slot Date: Mon, 16 Sep 2024 16:26:04 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90f19c1..c4ce9cb 100644 --- a/README.md +++ b/README.md @@ -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.