Une grande nouvelle pour le monde python et django: “Google app engine”
Posté par patrick le avril 8, 2008
- http://www.techcrunch.com/2008/04/07/google-jumps-head-first-into-web-services-with-google-app-engine/ (”Google isn’t just talking about hosting applications in the cloud any more. Tonight at 9pm PT (7 april 2008) they’re launching Google App Engine
(Update: The site is live), an ambitious new project that offers a full-stack, hosted, automatically scalable web application platform. It consists of Python application servers, BigTable
database access (anticipated here and here) and GFS
data store services. At first blush this is a full on competitor to the suite of web services
offered by Amazon, including S3
(storage), EC2
(virtual servers) and SimpleDB
(database)“)
A voir
- http://code.google.com/appengine/articles/
- http://code.google.com/appengine/articles/django.html (”Google App Engine and Django both have the ability to use the WSGI standard to run applications. As a result, it is possible to use nearly the entire Django stack on Google App Engine, including middleware. As a developer, the only necessary adjustment is modifying your Django data models to make use of the Google App Engine Datastore API to interface with the fast, scalable Google App Engine datastore. Since both Django and Google App Engine have a similar concept of models, as a Django developer, you can quickly adjust your application to use our datastore.”)



