Serverless Analytics on Postgres.
Install the extension manager
Install the Hydra package
Add Config and settings
Restart Postgres & create extension
curl -sfL https://install.pgx.sh | sh -
Homebrew: brew install pgxman/tap/pgxman
pgxman install hydra_pg_duckdb
/etc/postgresql/{version}/main/postgresql.conf
In settings add:
sudo service postgresql restart
create extension
create extension pg_duckdb
Installation is now complete!
Next, check out the Quick Start guide to try serverless analytics on Postgres.