Simple Cloud API

The Simple Cloud API is an API (Application Programming Interface). It enables users to access cloud application services written in the PHP programming language across different cloud computing platforms. It was launched in 2009 by Zend Technologies.

Simple Cloud API
Developer(s)Zend Technologies
Microsoft
IBM
Rackspace
Nirvanix
GoGrid
Stable release
0.2
Written inPHP
Operating systemCross-platform
TypeApplication programming interfaces
LicenseNew BSD license

Announcement

On September 22, 2009, Zend Technologies announced the Simple Cloud API project for improving portability of PHP applications across all major cloud computing platforms.[1][2] The announcement attracted much attention from the press with an unusual collaboration among leading cloud computing companies.[3] [4] [5]

Services

The Simple Cloud API is a common API for accessing cloud application services offered by multiple vendors. The following services are supported:

  • Storage with adapters for services such as Amazon S3 and Nirvanix[6]
  • Document with adapters for services such as Azure Table Storage and Amazon SimpleDB[7]
  • Queue with adapters for services such as Amazon SQS and Azure Queue Storage[8]

The API defines interfaces for these services and provides adapters for several vendors' services. Local adapters are also available for offline development.

Zend Framework Component

These interfaces and adapters form a new Zend Framework component called Zend_Cloud. Each service has a corresponding proposal: Zend_Cloud_Storage, Zend_Cloud_Document, and Zend_Cloud_Queue .

All development is currently carried out in the Zend Framework laboratory. All bug reports and comments will be collected on the proposal pages until the API is approved for inclusion in Zend Framework.

gollark: It's not like C is very close to the hardware nowadays *either*. With enough investment we could probably have had fast Lisp machines too.
gollark: Lisp machines but they're safe rust machines.
gollark: 🐝 Github's Dependabot for spamming me with notifications about 189246187264182 npm package security vulnerabilities constantly.
gollark: It does make it easier to isolate.
gollark: I'm sure people can deal with the context-switching overhead mostly.

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.