RDN Express Blog

Blog archive

Simple API Opens Up Cloud Storage

Microsoft is taking another step towards cloud interoperability with today's launch of the Simple API for Cloud Application Services project. The Simple Cloud API gives PHP developers a set of programming interfaces for common operations to access cloud storage services across vendors.

The open source project is lead by Zend Technologies, sponsor of the open source Zend Framework. Along with Zend, Microsoft, IBM and Rackspace are among the co-founding partners in the open source initiative.

With the Simple Cloud API, PHP developers can use three reference interfaces to target cloud vendors' file storage (Windows Azure Blob storage, Amazon S3, Rackspace Cloud Files, Nirvanix), document storage (Windows Azure Table Storage, Amazon Simple DB) and queues (Windows Azure Table Storage, Amazon SQS).

The Simple Cloud API is directed at cloud application services, not elastic compute cloud services, according to the project's Web site. One of the goals of the project is to define interfaces that will eventually become a component of the Zend Framework, called Zend_Cloud.

Microsoft first announced its support for PHP at PDC08 when it unveiled Windows Azure. In May, the company released the open source PHPAzure SDK on CodePlex in partnership with RealDomen, a Belgium-based Microsoft integrator. Microsoft wants to contribute the SDK to the Zend Framework. Even though it is still a CTP, RealDomen submitted the PHPAzure SDK to Zend for review in July.

Vijay Rajagopalan, principal architect on the Interoperability Technical Strategy team at Microsoft, stressed in a Channel9 video today that Azure is an open and interoperable computing platform:

"The value proposition of the PHP SDK is that the PHP developer doesn't have to learn the intricacies of Windows Azure Storage to start to build to CRUD operations using these strongly typed PHP classes," he explained.

The Windows Azure for PHP SDK targets Windows Azure Storage, which consists of Blobs, tables of queues. It also provides PHP programming interfaces for Windows Azure's compute and management services.

Today's announcement gives the PHP developer more product choice, said Rajagopalan. "I don't have to worry about which cloud vendor I am targeting instead I can drive my cloud application logic without worrying about different cloud implementations…It provides one simple API to access the common storage classes across heterogeneous cloud vendors."

Zend Technologies hopes the Simple Cloud API will bring attention to PHP and the cloud community and drive innovation. The current APIs are pre-production quality and are likely to change during the Zend Framework proposal process.

Open source efforts that help mitigate the perception of vendor lock-in in the cloud may help Microsoft get Azure off the ground. Are you interested in Azure? How important is openness and interoperability in your cloud development strategy? Express your thoughts below or drop me a line at [email protected]

Posted by Kathleen Richards on 09/22/2009


comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube