Show HN: Pigsty – Free RDS Alternative
11–20 of 53 posts
Re: Show HN: Pigsty – Free RDS Alternative
#12AGPL3, no thanks. Curious if there are runtime downsides to having so many extensions installed
These extensions are pre-packed and included in the local yum repo, which can be enabled by configuration. Only core extentensions are installed by default, which are: pg_repack, wal2json, postgis33, timescaledb, citus, pgvector. And the only extension activated (`CREATE EXTENSION`) by default is pg_repack. The AGPLv3 is infected by the Grafana, MinIO and citus. https://github.com/Vonng/pigsty/blob/master/docs/PGSQL-…
It's the places that go "Ewwww... AGPLv3!" that you have to wonder about.
Re: Show HN: Pigsty – Free RDS Alternative
#13Why would you ever want that many extensions?
Re: Show HN: Pigsty – Free RDS Alternative
#14This looks very very fragile. If all of this works, great job though.
Re: Show HN: Pigsty – Free RDS Alternative
#15Is this intended as a prototyping tool?
Re: Show HN: Pigsty – Free RDS Alternative
#16Earlier quoted context omitted.
These extensions are pre-packed and included in the local yum repo, which can be enabled by configuration. Only core extentensions are installed by default, which are: pg_repack, wal2json, postgis33, timescaledb, citus, pgvector. And the only extension activated (`CREATE EXTENSION`) by default is pg_repack. The AGPLv3 is infected by the Grafana, MinIO and citus. https://github.com/Vonng/pigsty/blob/master/docs/PGSQL-…
Personally, I like the AGPL. It means that when a place uses / extends the code, it's pretty likely they're intending on contributing back. It's the places that go "Ewwww... AGPLv3!" that you have to wonder about.
My employers do contribute (however modestly) to FOSS, though typically MIT licensed.
Re: Show HN: Pigsty – Free RDS Alternative
#17This is cool, but this sort of proves my point to friends that Postgres isn't "production ready" out of the box, you need all kinds of tooling around it to make it so.
Re: Show HN: Pigsty – Free RDS Alternative
#18This is cool, but this sort of proves my point to friends that Postgres isn't "production ready" out of the box, you need all kinds of tooling around it to make it so.
Re: Show HN: Pigsty – Free RDS Alternative
#19This is cool, but this sort of proves my point to friends that Postgres isn't "production ready" out of the box, you need all kinds of tooling around it to make it so.
Re: Show HN: Pigsty – Free RDS Alternative
#20Why would you ever want that many extensions?