jhipster / generator-jhipster

JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
https://www.jhipster.tech
Apache License 2.0
21.53k stars 4.02k forks source link

Future of heroku support #19551

Closed atomfrede closed 9 months ago

atomfrede commented 2 years ago
Overview of the issue

we will be phasing out our free plan for Heroku Dynos, free plan for Heroku Postgres, and free plan for Heroku Data for Redis®, as well as deleting inactive accounts.

See https://blog.heroku.com/next-chapter

Personally I really love our heroku support and I guess @mraible use it a lot for demos and I think also in the jhipster minibook. But with free dynos and free postgres gone I am not sure we should (or even can) support the heroku subgen as we do right now.

Motivation for or Use Case

No accidental cost for our users.

Related issues
Suggest a Fix

Remove heroku support at least for V8 or even for V7 too.

emilpaw commented 2 years ago

Considering that according to JHipster Statistics Heroku is with 50% usage by far the most popular cloud deployment option I don't think the support should be dropped soon.

Dropping it could be considered again if Heroku's market share plummets after they stop offering free products.

In the docs for Google Cloud the user is also informed to make sure they are using a free tier. I think adding a warning about the costs with Heroku to the docs might be enough.

emilpaw commented 2 years ago

Aren't other cloud deployment options also not free, for example, AWS?

atomfrede commented 2 years ago

Thats true, but for heroku (more or less) we promise to only use free options/tiers. With heroku sunsetting free dynos I think there is no easy, free deployment option left (especially for demonstrations purposes etc).

atomfrede commented 2 years ago

In particular this also means we can't test and maintain it anymore. For AWS it was contributed externally from a user having AWS access, for glcoud we used our own free credits to test it out, but not everyone has access of course, so the circle of maintainers are pretty limited.

mraible commented 2 years ago

With an annual budget of 150,000 USD, I think we can afford to pay for testing on Heroku and other providers. 😉

https://opencollective.com/generator-jhipster

atomfrede commented 2 years ago

True, but I am just thinking of the organizational issues :D Right now I can startup my vs code at any time, deploy an app for testing to heroku and fix a bug or so.

mraible commented 2 years ago

Is there a free alternative that allows you to deploy Java apps? Maybe Digital Ocean, but I think they only offer a 30-day free trial.

On Aug 26, 2022, at 06:53, Frederik Hahne @.***> wrote:

 True, but I am just thinking of the organizational issues :D Right now I can startup my vs code at any time, deploy an app for testing to heroku and fix a bug or so.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.

atomfrede commented 2 years ago

Personally I use dokku, but of course the serve must be paid. The digital ocean app platform pricing I never really understood :) And I think the free tier is for static websites only. Databases cost always

zhyd1997 commented 2 years ago

Hi 👋

Maybe Azure is a good choice 👀.

mraible commented 2 years ago

Azure seems to be only free for 30 days. From the website linked above:

Start with $200 Azure credit You’ll have 30 days to use it—in addition to free services.

mraible commented 2 years ago

I think we should keep Heroku's support as I still think we'll be able to get free credits for testing and students will be able to get free credits too.

From the blog post linked in this issue's description:

Today, we're announcing:

  • Student and nonprofit program: an upcoming program to support students and nonprofits in conjunction with our nonprofit team.
  • Open source support: we will continue to contribute to open source projects, notably Cloud Native Buildpacks. We will be offering Heroku credits to select open source projects through Salesforce’s Open Source Program Office.

It'd also be cool to talk to the folks at Heroku (ping @jkutner) to see if we can get credits to hand out at conferences after we do demos with Heroku.

zhyd1997 commented 2 years ago

Azure seems to be only free for 30 days. From the website linked above:

Start with $200 Azure credit You’ll have 30 days to use it—in addition to free services.

Maybe it means have 30 days to use the $200 credit? 👀

Screenshot_20220829-075139

( No credit card to test if it's true.

atomfrede commented 2 years ago

I think we should keep Heroku's support as I still think we'll be able to get free credits for testing and students will be able to get free credits too.

From the blog post linked in this issue's description:

Today, we're announcing:

  • Student and nonprofit program: an upcoming program to support students and nonprofits in conjunction with our nonprofit team.
  • Open source support: we will continue to contribute to open source projects, notably Cloud Native Buildpacks. We will be offering Heroku credits to select open source projects through Salesforce’s Open Source Program Office.

It'd also be cool to talk to the folks at Heroku (ping @jkutner) to see if we can get credits to hand out at conferences after we do demos with Heroku.

Okay, sounds good. I will prepare the documentation already to reflect the price changes.

deepu105 commented 1 year ago

https://github.com/jhipster/generator-jhipster/issues/19112

mshima commented 9 months ago

Heroku generator has been updated and will be kept for now. Seems heroku still a good alternative for now. Closing since I think there is nothing left to discuss.