Archive for 'Cloud Computing'

Simple Cloud API for Cross-Cloud Implementations

Posted 29 September 2009 | By vinu | Categories: Cloud Computing, Interoperability, PHP | Comments

Zend has launched the Simple Cloud project which allows PHP developers to write Cloud based apps without having to bother about the different cloud based solutions available. This works like an abstraction layer for various cloud solutions like Amazon, Windows Azure, Rackspace Cloud Hosting and a few more.

Initially this project aims at providing standard cross-cloud simple APIs for

  • File storage- including Windows Azure blobs, Rackspace Cloud Files, Nirvanix Storage Delivery Network and Amazon S3
  • Document Storage- including Windows Azure tables and Amazon SimpleDB
  • Simple Queues- including Amazon SQS and Windows Azure queues

From Zend’s press release, “Zend Cloud will also provide adapters for local services to make offline coding and testing against cloud services as easy as connected development.

These APIs will be appearing soon on the Zend Framework as the Zend Cloud component. They will provide the basic functionality across the various cloud hosting services, but if you do need vendor specific functionality in your code, Zend Framework will provide vendor-specific libraries as well. They’ve already got Nirvanix, Amazon EC2, S3 and SQS covered. Microsoft’s proposed the WindowsAzure services for Zend Framework. IBM and Rackspace are also working with Zend to get their services covered. With these integrations in motion, they estimate that ZendCloud adapter with these features will be available in the Zend Framework by end of Q4.

An initial Simple Cloud API proposal and reference implementation is available now for community review and participation at http://www.simplecloud.org.

Links:

Zend Press Release – Zend Teams with IBM, Microsoft, Rackspace and Other Cloud Leaders on Open Source Initiative to Drive Cloud Application Development
MSDN Interoperability Blog – Microsoft, Zend and others announce Simple API for Cloud Application Services

Reblog this post [with Zemanta]