Expanso S3 To Postgres

Load JSON files from S3 into PostgreSQL with upsert support

expanso-io Updated

File contents

S3 to PostgreSQL

Load JSON files from S3 into PostgreSQL with automatic schema mapping, upserts, and batching.

Category

data-routing

Quick Start

export AWS_ACCESS_KEY_ID=your-key
export AWS_SECRET_ACCESS_KEY=your-secret
export S3_BUCKET=your-bucket
export POSTGRES_DSN=postgres://user:pass@localhost:5432/db
./run.sh

expanso-io/skills.expanso.io/tree/main/skills/recipes/s3-to-postgres commit 1edfaf48ba

Frequently asked questions

npx skillmds@latest add expanso-io/expanso-s3-to-postgres-2