I've been really excited for this for about a year now, and have been having a great time playing with the pure Git workflow. If you look at this problem in one direction (only does Ruby, won't kill the AppEngine), you're probably missing the point.
We were about to bring our apps to Engine Yard's Solo EC2 management system, and Heroku's essentially deprecated similar offerings from a bunch of companies all over the place.
I'm sure adding new technologies and languages will bring more people over in the future, but for now it seems like this platform could end up being a great reflection of the current state of the Ruby, with our preference for all things distributed and collaborative like cloud hosting and Git source control.
That looks really interesting...but what's with all the ruby-only stuff? I haven't seen enough of a reason to move from python to ruby, and they both seem like appropriate technologies for something like this.
I think the Ruby-only shtick is that they want to do one thing and do it well. There's enough of a Ruby community that they can serve that niche and do it well.
There's nothing so exceptional about what they're doing that it couldn't be done in Python with what is available (the exceptional part is that they execute well and are highly reliable). Basically, the benefit of Heroku is that they can keep extra hardware on hand for spikes and there's a decent assumption that, say, your site spikes to 300% of normal once a week, but that not all sites will be spiking at the same time. Therefore, you get more efficient utilization of resources.
But you could do this yourself - it would just mean that you would need to buy all the capacity to handle spikes while Heroku works off the assumption that part of that spike capacity can be shared since not all sites will spike at once.
> decent assumption that, say, your site spikes to 300% of normal once a week, but that not all sites will be spiking at the same time.
This reminds me of something.... what is it... oh yeah, the economy. It's probably a better assumption than some of the junk that went on to tank the economy, but I'd still be interested in learning more about spike distributions. Amazon probably has some good data.
I have played with heroku in the past(what is now herokugarden.com) and I have to say I have been keeping an eye on this. It seems they have abandoned the whole web-editor idea and focused solely on the ruby\rails hosting-in-the-cloud aspects. Good way to go IMHO. The web-based editor was cool and all, but most people still wouldn't use it and just upload their apps or use git.
I just registered for a beta-invite, so here goes!
The ruby/rails hosting-in-the-cloud is a much bigger "value-add" than editing in the browser. I've been using them for a while and really like the way they're headed.
Yes, they're Ruby/Rails-centric, but don't see why they have to stay there once they've established a real foothold in that market.
The ruby and database lock-in need to go away - then you have a winner, hands down.
This is actually my only recommendation to you guys: Don't limit yourselves to being the AppEngine for rails. Open up a bit and you'll wipe the floor with RightScale & friends, too.
That would be fantastic. It would be so cool if you could launch a python, or even java dyno. I think most webapps could be structured to fit into this architecture, with the caveat of using ruby specific management tools such as rake.
I highly doubt they'll want to or be able to spend much time getting other "dyno"'s working until they've got a solid customer base with RoR. No reason to spread themselves too thin until they can demonstrate they can serve their customers well with what they already have.
Bad example, as "simple PHP websites with a single database" often are pretty easy to adapt to simple PHP websites with multiple databases, and those scale quite well. Better than "PHP websites without databases", and probably better than Django too.
Scaling's really in the architecture, not the technology used. You're pretty well off as long as you don't do dumb things like store data in files on the webserver or use a singleton/global database connection.
i'm one of the lucky few hosting a few sites (not live yet) on the heroku platform and i can say that it's the best deployment experience i've ever had (prior to heroku i hosted my old startup on engineyard). literally all you need to do is a git push and your app is live in the cloud. i will speak more about scaling when i have an app that needs it, but for now the ease of deployment has got me hooked.
We were about to bring our apps to Engine Yard's Solo EC2 management system, and Heroku's essentially deprecated similar offerings from a bunch of companies all over the place.
I'm sure adding new technologies and languages will bring more people over in the future, but for now it seems like this platform could end up being a great reflection of the current state of the Ruby, with our preference for all things distributed and collaborative like cloud hosting and Git source control.