X

Google hopes to house Web software on App Engine

Google opens up App Engine in a bid to lure Web site developers to Google's infrastructure. Does the company have grander ambitions?

Stephen Shankland Former Principal Writer
Stephen Shankland worked at CNET from 1998 to 2024 and wrote about processors, digital photography, AI, quantum computing, computer science, materials science, supercomputers, drones, browsers, 3D printing, USB, and new computing technology in general. He has a soft spot in his heart for standards groups and I/O interfaces. His first big scoop was about radioactive cat poop.
Expertise Processors, semiconductors, web browsers, quantum computing, supercomputers, AI, 3D printing, drones, computer science, physics, programming, materials science, USB, UWB, Android, digital photography, science. Credentials
  • Shankland covered the tech industry for more than 25 years and was a science writer for five years before that. He has deep expertise in microprocessors, digital photography, computer hardware and software, internet standards, web technology, and more.
Stephen Shankland
3 min read

Google plans to launch a service called App Engine Monday evening that the company hopes will attract programmers and eventually companies needing an expandable foundation for online applications.

App Engine, free to the first 10,000 people who sign up, offers a combination of several online Google services for those who want a place to host software, said Pete Koomen, a product manager on the Google developer team. Those include the BigTable service for data storage and processing--as expected--along with authentication to let people sign on to services and e-mail to let the system handle communications, he said.

At an event called Campfire One Monday night, Google plans to show off some internally developed Web applications written with the service. One of them lets people sign up for carpools, joining the service, declaring whether and when they want to drive or be driven, and then being matched to likely partners.

The company is pitching App Engine as an easy way for programmers to build software without having to worry about rebuilding it once it gets too big for its original hardware or software britches.

"We've seen cases where developers have had to rearchitect systems every six to nine months because of the load of increasing traffic," Koomen said. Using Google's App Engine sidesteps those issues by distributing software across Google's own servers, automatically handling larger-scale use, he said.


It looks to me like the move could put some competitive pressure on other online services such as Amazon's Elastic Compute Cloud (EC2) and Salesforce.com's AppExchange.

But Stephen Arnold, author of "Google Version 2," sees grander ambitions in the App Engine plan. Google's BigTable software and accompanying Sawzall technology for analyzing huge quantities of data offers big companies a way to tackle data-mining tasks they currently can't manage, such as American Express plumbing five years' worth of credit-card transactions to determine the merits of Father's Day promotions.

"This is a real zinger for the banks and credit-card agencies," he said.

App Engine programs can be written in the Python programming language, Koomen said, though Google is seeking advice on what other languages to support. With App Engine, programmers can use a Google software development kit to write the software on their own computer, then upload it to App Engine when desired.

Google's App Engine initially will have limits of 500MB of storage, 10GB of daily data transfer bandwidth, and 200 million daily cycles of processor use. That should be enough to power a Web site with about 5 million page views per month, Koomen said.

After the preview period ends, all comers will be able to use that amount of capacity for free, and using more will cost pay-as-you-go fees that Google isn't yet announcing.

Google expects to generate some revenue from the service and from AdSense if developers incorporate that service into their Web applications, said Tom Stocky, another Google product manager. But the real payback from the service is indirect, Koomen said.

"The primary motivation is to enable the Web as a platform and move it forward," Koomen said. "If it's easier for developers to build Web applications, (that) means more applications. That attracts more users to the Web and helps Google as well."

Future features will include mechanisms for storing files larger than 1MB, billing users for computer use, and support for offline applications, Koomen added.

Google engineers also will discuss the site at the Google I/O developer conference in May.

Update 8:15 a.m. PDT March 8: All the early spots appear to be taken, but you can sign up for the waiting list at Google's Web site. Some more links for the project include a thorough overall App Engine description; source code for the project, under the open-source Apache 2.0 license, available for download; a gallery of applications; and Google's App Engine blog. Also, I removed a potentially erroneous reference to a the database in Amazon's EC2 service; Amazon hasn't described what its SimpleDB service uses.