hydradatabase / hydra

Hydra: Column-oriented Postgres. Add scalable analytics to your project in minutes.
https://www.hydra.so
Apache License 2.0
2.8k stars 74 forks source link

Add Postgis extension to the docker image available extensions. #60

Open muntdan opened 1 year ago

muntdan commented 1 year ago

Postgis extension is one of the most popular extension/motive to use postgres. and "Postgis is already available in Hydra's cloud product." according to @wuputah

saputradharma commented 1 year ago

Hi @wuputah, with this PR merged, adding postgis extension to the docker image can be done with pgxman, right?

wuputah commented 1 year ago

pgxman is in early development so... stay tuned! The intention will be that you can have pgxman install extensions without having to modify the image, e.g. just by setting an environment variable. We welcome input and contributions over on pgxman/pgxman or in Discord.

saputradharma commented 1 year ago

Awesome! I realized that adding the new extension in the Docker build step makes longer build time. Excited to see more about pgxman.