Heroku hosting for a volunteer site

12 views
Skip to first unread message

Tal Einat

unread,
Oct 17, 2023, 8:27:22 AM10/17/23
to pywe...@googlegroups.com
Hey,

I'm volunteering to help a website to help match those with needs with those wanting to help during the current war.

We're building from scratch and need to move very quickly. I'm considering Heroku for hosting to make deployment and infra super-simple to do with a small volunteer team.

Does this sound like a reasonable choice to you guys? Any other suggestions?

- Tal Einat

Ram Rachum

unread,
Oct 17, 2023, 8:34:07 AM10/17/23
to pywe...@googlegroups.com
Yes, Heroku is a reasonable choice.

--
You received this message because you are subscribed to the Google Groups "PyWeb-IL" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyweb-il+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pyweb-il/CALWZvp5Xg0TwvqLBhWO7dzCapqrvK8aHvYU35MV%3DFKf1GgrPJg%40mail.gmail.com.

Miki Tebeka

unread,
Oct 17, 2023, 9:20:04 AM10/17/23
to pyweb-il
Personally I prefer GAE. Zero ops and most of the tools (users, database...) already there. You just write web handlers 

--

Shai Berger

unread,
Oct 17, 2023, 9:21:11 AM10/17/23
to pywe...@googlegroups.com
Heroku is reasonable.

If you're Django-based, lately I've heard a lot about https://fly.io,
which has a free tier (Heroku no longer does). Haven't had a chance to
try them myself yet.
> > <https://groups.google.com/d/msgid/pyweb-il/CALWZvp5Xg0TwvqLBhWO7dzCapqrvK8aHvYU35MV%3DFKf1GgrPJg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> > .
> >
>

Yuval Adam

unread,
Oct 17, 2023, 11:45:34 AM10/17/23
to pywe...@googlegroups.com
Heroku++

I've been using Heroku for over a decade and I highly recommend it, even (especially?) nowadays.
You get immediate deployment at a very low cost - a standard web app today on basic tiers (web, worker, DB, cache) would cost you ~$30 if you can handle that.
The savings in zero "devops" time makes it well worth it IMO.
I tried fly.io recently but they still haven't managed to reach the level of developer effectiveness I've seen on Heroku, I wish they would be able to get there some day.




--
Yuval Adam

Tal Einat

unread,
Oct 19, 2023, 7:30:17 AM10/19/23
to pywe...@googlegroups.com
Fantastic, thank you all for your quick responses!

On Tue, Oct 17, 2023 at 3:27 PM Tal Einat <tale...@gmail.com> wrote:

alonn

unread,
Oct 20, 2023, 4:04:07 AM10/20/23
to PyWeb-IL
One more thing to consider, if you need very customize build installations (e.g for scraping) you probably don't need heroku python buildpacks but work with a custom container defined in the heroku.yml, I have code examples for that if you need it
Reply all
Reply to author
Forward
0 new messages