-
Website
http://www.unionsquareventures.com/ -
Original page
http://www.unionsquareventures.com/2008/04/i-may-have-a-ne.php -
Subscribe
All Comments -
Community
-
Top Commenters
-
ShanaC
13 comments · 73 points
-
innonate
6 comments · 7 points
-
ceonyc
6 comments · 26 points
-
Vladimir Vukicevic
11 comments · 9 points
-
albert
68 comments · 16 points
-
-
Popular Threads
The GAE is more of a competition to Dreamhost, MediaTemple and zillions of similar casual hosters than to AWS. Adding support for PHP and Rails will be critical for GAE to tap into the casual/part-time developer market. Python is an amazing platform but has not seen huge following outside the geek echelons.
We are building a small app using PHP and considered using GAE. but given the project scope (small), it didn't make sense to use a platform that the dev team was not well versed in.
Keep us posted on how your experience with GAE turns out and if you find anything "evil" in the terms of service.
The biggest: it appears that users of an app hosted on GAE need to have google accounts. I haven't be able to verify this though as the initial 10,000 developer accounts have been snatched up :(
Python only: hopefully this will be expanded, post haste, to include PHP and Ruby.
Limited access: I like the AWS model of being able to customize a stack and run it -- many apps (including ours) are built on access to tiny parts of the stack (GD being one). Maybe GAE will be adding more parts as it builds out.
One thing I really like: competition in cloud computing. AWS vs GAE is a winning battle for the app developer.
@Hugh Lang: can you provide more details regarding your "scalability solution" -- we are eager to explore all cloud computing alternatives.
My thoughts here: http://aaronwhite.tumblr.com/post/31133767
I agree the competition will rock for developers.
(edit: I realize GAE is new/raw, I'm just concerned about the trajectory it suggests. It's curious that Google would fear taking a more 'open' approach' with the same end result tech-stack)
I am eager to have a chat with you about my own scalability solution. It's not universal, but it's a beauty to behold. It's also live (sort of) at www.invite2.com.
Personally, I like the idea of having a fixed stack with DB, Email, etc. ready for me. Takes a lot of work out of my hands. Currently I'm the Developer, DB Admin, Email Admin, Support and Sales. It's a bit much :-)
I'll roll my own thanks
Pete
http://localhero.biz/
i work for the musical web site Jamendo. we used the Google App Engine to develop a musical game you can test here :
http://jamendogame.appspot.com/
can you tell me what you think about it?
What happens when the company gets big? You are locked into GAE. You are locked into their data store. Google has access to all your data. GFS, for example, is a powerful file system, but it never throws anything away. It simply appends. There are ways to delete, but in the interest of optimizing speed, GFS was designed to make deleting and over writing difficult.
The goal of write it once, scale it forever is laudable, but hard to achieve. However, it should be possible. It should also be open source.
I work at a Cloud Computing company called Joyent. Our stack is totally open. There isn't even S3 style lock in. Use whatever DB you like. Use any language. While scaling isn't totally mindless, it is pretty easy. We have literally had people grow from a $45 dollar account all the way up to 1 Billion page views a month. You need to spend a little more that $45 to power those 1 Billion page views.
I should say that GAE is helping drive interest in our offering. Our revenues, which are already in the multiple millions are growing at over 550% a year, thanks in part to the marketing that both Amazon and Google are doing.
The thing about Joyent is that it follows a hybrid model. Our cloud has real storage, real load balancers and you can take your legacy stuff and deploy it now. GAE requires a rewrite. EC2/S3 requires some adjustments.
What do you think? Will the Hybrid Open Compute Cloud model win over closed proprietary solutions?