-
Google's App Engine or Amazon's Elastic Computing Cloud (15 messages)
- Posted by: Tracy Snell
- Posted on: April 09 2008 06:56 EDT
Google has announced a Google App Engine which allows you to run your own applications on Google's infrastructure. It's a different approach from Amazon's EC2 which allows you to host your own virtual machines on their infrastructure. However, they are close enough to be competing. EC2 gives you your own VM allowing you to run about anything you'd like and then throws on top several additional services like Amazon Simple Storage Service, Simple DB, and Simple Queue Service service. App Engine allows you to deploy Python applications on Google's infrastructure, with other languages coming. It also offers a DB service as well as several other services (user management and mail, for example). Both have the promise of massive infrastructure on demand. App Engine provides it automatically while EC2 requires some tooling. In either case to truly take advantage of the service it seems you'll end up with - if not vendor lock in - a high barrier to moving to another vendor. Both are very interesting offerings and offer great solutions to scaling fast even as a small company. Which approach appeals the most to you (assuming Google will soon support your favorite language)? [Editor's note: who says Python isn't one's favorite language? Oh wait - I forgot some whitespace...]Threaded Messages (15)
- Exciting times... by Yuval Goldstein on April 09 2008 09:19 EDT
- GWT is already supported by Raman Raja on April 09 2008 13:13 EDT
- Re: Exciting times... by Nagraj Chakravarty on April 09 2008 17:52 EDT
-
Re: Exciting times... by Nikita Ivanov on April 09 2008 07:09 EDT
-
Re: Exciting times... by Dorel Vaida on April 10 2008 04:13 EDT
- Re: Exciting times... by Phil Zampino on April 10 2008 01:03 EDT
-
Re: Exciting times... by Dorel Vaida on April 10 2008 04:13 EDT
-
Re: Exciting times... by Nikita Ivanov on April 09 2008 07:09 EDT
- heroku by stu pot on April 09 2008 10:39 EDT
- I'm on the waiting list :-( by Geert Pante on April 09 2008 11:07 EDT
- Re: Vendor lock in by John Quinn on April 09 2008 14:12 EDT
- A totallly different beast by Dmitriy Setrakyan on April 09 2008 15:28 EDT
- Re: A totallly different beast by Nikita Ivanov on April 09 2008 16:15 EDT
-
Only Py? by Yuval Goldstein on April 09 2008 04:56 EDT
- Re: Only Py? by Dmitriy Setrakyan on April 10 2008 01:15 EDT
-
Only Py? by Yuval Goldstein on April 09 2008 04:56 EDT
- Re: A totallly different beast by Nikita Ivanov on April 09 2008 16:15 EDT
- Re: Google's App Engine or Amazon's Elastic Computing Cloud by Raffaele Guidi on April 09 2008 19:18 EDT
- SimpleDB Service by George Coller on April 09 2008 22:00 EDT
-
Exciting times...[ Go to top ]
- Posted by: Yuval Goldstein
- Posted on: April 09 2008 09:19 EDT
- in response to Tracy Snell
These are both very exciting services and I think they will both create a major and profound change in the application development market because application deployment and administration is yet another barrier for any starting business. Looking at what Google has to offer here, I see a lot of stuff: you can develop an application, deploy on the Google cloud and consume many Google services as widgets, embed search capabilities, access to videos and forums and all of that is native to your application. Not only storage, but real applications. Couple of questions and thoughts about the issue: - What other business models will Google create from this service in addition to hosting/transaction/storage/bandwidth business models? Will they utilize the information created from people surfing to several applications hosted by them? Provide cross-site data about the users to site owners? - Is Google planning to offer a hosted development environment to complement their offering? - GWT support sometimes in the near future? - Are some sort of web-services (not only HTTP get query strings) supported? this would open up a zillion possibilities. - Any mash up API layer planned soon by these two giants? -
GWT is already supported[ Go to top ]
- Posted by: Raman Raja
- Posted on: April 09 2008 13:13 EDT
- in response to Yuval Goldstein
It already supports HTML and JS, so technically GWT is supported. You can write your server-side in Py and you got an end-to-end AJAX web app story -
Re: Exciting times...[ Go to top ]
- Posted by: Nagraj Chakravarty
- Posted on: April 09 2008 17:52 EDT
- in response to Yuval Goldstein
Does it support Java? -
Re: Exciting times...[ Go to top ]
- Posted by: Nikita Ivanov
- Posted on: April 09 2008 19:09 EDT
- in response to Nagraj Chakravarty
No, no java. -
Re: Exciting times...[ Go to top ]
- Posted by: Dorel Vaida
- Posted on: April 10 2008 04:13 EDT
- in response to Nikita Ivanov
Java sucks -
Re: Exciting times...[ Go to top ]
- Posted by: Phil Zampino
- Posted on: April 10 2008 13:03 EDT
- in response to Dorel Vaida
Java sucks
It's hard to argue with that, especially with all the really strong supporting evidence you've provided. Keep up the good work! -
heroku[ Go to top ]
- Posted by: stu pot
- Posted on: April 09 2008 10:39 EDT
- in response to Tracy Snell
I like the look of heroku for rails app hosting and development... http://heroku.com/ -
I'm on the waiting list :-([ Go to top ]
- Posted by: Geert Pante
- Posted on: April 09 2008 11:07 EDT
- in response to Tracy Snell
Too late, only the first 10.000 developers get a test account. -
Re: Vendor lock in[ Go to top ]
- Posted by: John Quinn
- Posted on: April 09 2008 14:12 EDT
- in response to Tracy Snell
In either case to truly take advantage of the service it seems you'll end up with - if not vendor lock in - a high barrier to moving to another vendor.
I smell a new standard coming... maybe JSR Web App Hosting Specification? ;-) -
A totallly different beast[ Go to top ]
- Posted by: Dmitriy Setrakyan
- Posted on: April 09 2008 15:28 EDT
- in response to Tracy Snell
I have been looking at all the fuzz Google App Engine has created, but no matter how hard I try, I cannot see it as a serious competitor of EC2 (at least not yet). Amazon EC2, although it requires some tooling and image configuration, gives you full freedom. Many shops are using it for all sorts of deployments, from standard websites to complex grid infrastructures. For example, many of our customers are able to deploy GridGain (open source Java grid computing product) on EC2 with minimal effort. We are currently also working on migrating our own distributed JUnits from dedicated data center to on-demand EC2 cloud. Google App Engine, on the other hand, targets a totally different market. The choice of supporting only Python and limiting external connections to HTTP(S) says to me that they only care about WebSite deployments at this point. It is a Python Web Hosting data center. You simply don't have the same flexibility here as with EC2, but if you are a Python website, then this could potentially become an ideal choice for you. But hang on a second... After all we could always rewrite our product in Python ;-) Best, Dmitriy Setrakyan GridGain - Grid Computing Made Simple -
Re: A totallly different beast[ Go to top ]
- Posted by: Nikita Ivanov
- Posted on: April 09 2008 16:15 EDT
- in response to Dmitriy Setrakyan
Funny but it seems that GAE could have been easily created on top of Amazon EC2. In fact, GAE is nothing more than a good shared Python hosting (no threads, no local drive access, etc.) – perfect application to run on Amazon EC2. As Dmitriy mentioned – these are two very different things. Best, Nikita Ivanov. GridGain – Grid Computing Made Simple -
Only Py?[ Go to top ]
- Posted by: Yuval Goldstein
- Posted on: April 09 2008 16:56 EDT
- in response to Nikita Ivanov
Hey, you guys, Don't you think it is obvious that other development stacks will get the same support? Ok, it's not the most flexible platform, it's focused on the web while EC practically does everything, but the generic principle is the same and obviously a competition in this segment. Y. -
Re: Only Py?[ Go to top ]
- Posted by: Dmitriy Setrakyan
- Posted on: April 10 2008 13:15 EDT
- in response to Yuval Goldstein
I blogged about it here. Best, Dmitriy Setrakyan GridGain - Grid Computing Made Simple -
Re: Google's App Engine or Amazon's Elastic Computing Cloud[ Go to top ]
- Posted by: Raffaele Guidi
- Posted on: April 09 2008 19:18 EDT
- in response to Tracy Snell
Google has announced a Google App Engine
Ok, now the problem is that I _need_ an account. The 10000 user initial limit has already been reached but I just cannot live without it anymore. Help, please, An addicted google maniac -
SimpleDB Service[ Go to top ]
- Posted by: George Coller
- Posted on: April 09 2008 22:00 EDT
- in response to Tracy Snell
Only quibble with this service so far is that it isn't true REST. It is simply GET-based RPC. Call me a purist but I think it is bad mojo to have all your PUT, DELETE, UPDATE, actions be GETS. Too much like having the "car blow up now" button next to horn on the steering wheel. Or, to be less cheeky, GETs should not have side-effects.