CrunchyData / pg_parquet

Copy to/from Parquet in S3 from within PostgreSQL
Other
358 stars 11 forks source link

Adds support for COPY TO/FROM Azure Blob Storage #55

Open aykut-bozkurt opened 1 month ago

aykut-bozkurt commented 1 month ago

Supports following Azure Blob uri forms:

Configuration

The simplest way to configure object storage is by creating the standard ~/.azure/config file:

$ cat ~/.azure/config
[storage]
account = devstoreaccount1
key = Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==

Alternatively, you can use the following environment variables when starting postgres to configure the Azure Blob Storage client:

Bonus Additionally, PR supports following S3 uri forms:

Closes https://github.com/CrunchyData/pg_parquet/issues/50