NIAEFEUP / website-niaefeup-backend

The backend for NIAFEUP's website.
2 stars 0 forks source link

Choose service to host prod DB #157

Open BrunoRosendo opened 1 year ago

BrunoRosendo commented 1 year ago

We need a service with cheap prices or a good free tier to host our production database. Our own server is not stable to hold data and it's not advised to keep it directly in a server.

This is one example of cloud db we could use: https://www.cockroachlabs.com/pricing/

It's implemented with postgres so it should work fine with spring. Nevertheless, we need to try it first: https://www.cockroachlabs.com/docs/stable/build-a-spring-app-with-cockroachdb-jdbc.html?filters=linux

LuisDuarte1 commented 1 month ago

We'll probably use the HA postgres cluster for this