superfly / anti-roadmap

This is the opposite of a roadmap. A place where we track things we're probably not going to do.
8 stars 0 forks source link

Hands on, managed Postgres #8

Open mrkurt opened 2 years ago

mrkurt commented 2 years ago

We offer "Automated Postgres". fly pg create will setup a Postgres cluster for you. It works pretty well! But it's not quite what you might expect if you're coming from Heroku Postgres or Compose.com managed databases (we were fond of these, back in the day).

There are companies doing a great job with scalable, managed Postgres. At some point, one of these will run on Fly.io and we will look at integrating it into our UX.

One thing our automated Postgres is lacking is point in time restores. This could be done if we had a way to attach Postgres apps to object storage. So #3 is relevant here.

gedw99 commented 1 year ago

I use this web gui for PostreSQL. Its golang based. Nice and simple and extensible.

https://github.com/sosedoff/pgweb

brunoprietog commented 1 year ago

Neon.tech looks very promising.