Google Pres

TwitterFacebook
Get flash to fully experience Pearltrees

What's new in Google App Engine and Google App Engine For Business

We’ll top it off with a glimpse into some new features that we’ve planned for the year ahead. This session will include an overview of Google App Engine for Business. http://www.slideshare.net/chanezon/gdd-brazil-2010-whats-new-in-google-app-engine-and-google-app-engine-for-business

Google Storage, Bigquery and Prediction APIs

http://www.slideshare.net/chanezon/gdd-brazil-2010-google-storage-bigquery-and-prediction-apis Google is expanding our storage products by introducing Google Storage for Developers. It offers a RESTful API for storing and accessing data at Google. Developers can take advantage of the performance Google is expanding our storage products by introducing Google Storage for Developers. It offers a RESTful API for storing and accessing data at Google. Developers can take advantage of the performance and reliability of Google’s storage infrastructure, as well as the advanced security and sharing capabilities.
http://blog.notdot.net/2010/11/Storage-options-on-App-Engine Posted by Nick Johnson | Filed under app-engine , memcache , storage , datastore , task-queue App Engine provides a number of ways for your app to store data. Some, such as the datastore, are well known, but others are less so, and all of them have different characteristics. This article is intended to enumerate the different options, and describe the pros and cons of each, so you can make more informed decisions about how to store your data. Datastore The best known, most widely used, and most versatile storage option is, of course, the datastore .

Storage options on App Engine - Nick's Blog

http://hacks.mozilla.org/2010/06/beyond-html5-database-apis-and-the-road-to-indexeddb/

Beyond HTML5: Database APIs and the Road to IndexedDB ✩ Mozilla Hacks – the Web developer blog

SQL? Which SQL? Many web developers certainly are familiar with SQL , since many developers touch just as much server-side code (e.g. PHP and database operations) as client-side code (e.g. JavaScript, CSS, and markup).