Live data from Hacker News

Free Postgres databases for small projects

fly.io

1–10 of 231 posts

Re: Free Postgres databases for small projects

#3
Free tier of CloudFlare Pages/functions runs the app at the edge by default. For Fly.io, this scaling has to be manually configured for both the app and the DB. Are there any plans to offer it by default for the free tier? It is hard to evaluate the benefits of having the data center near the end user when it is not offered out of the box, especially since all the Fly.io blog posts talk about how great their service is for HTML-over-the-wire UIs like Phoenix live view and Rails Hotwire.

Re: Free Postgres databases for small projects

#6
> We've had a free tier since we launched ten years ago (in 2020).

I’m not a Fly.io customer (although more and more I am thinking I should be), but I eagerly read every new blog post because I’m so entertained by their tone. These people are clearly having fun at work.

Re: Free Postgres databases for small projects

#8
Fly is great.

They’ve got Chris McCord there, who has already improved their Elixir deployment story. I tweeted a few weeks ago about improving the default Rails deployment experience to not require DB provisioning and configuration of env vars like SECRET_BASE_KEY and they said it would likely ship within the next 3 months.

My hot take is they’re setting themselves up to ride the server-side rendered HTML renaissance we are experiencing with LiveView and Hotwire. It will become much more important to deploy applications geographically closer to customers to lower latency, which Fly makes sane for the rest of us.

Re: Free Postgres databases for small projects

#9
Recently, I gave Fly an honest go for a new multi-container project that seemed like a good fit. After digging in, I found that the pg clusters had some sort of system wide bug and couldn’t be attached to any of my apps.

It was a bummer. Everything seemed great, I just literally couldn’t use it.

I’d love to hear others experiences with the PG features. I could see it replacing Digital ocean for my use cases (if it works reliably)

Post reply on HN