Cloud Foundry: Design and Architecture
Derek Collison discusses the goals, the design premises and patterns employed in creating the architecture of Cloud Foundry, VMware’s open source PaaS, unveiling internal architectural details.
The content has been bookmarked!
There was an error bookmarking this content! Please retry.
Posted by Jean-Jacques Dubray on Mar 20, 2009
Nigel Ellis, Architect at Microsoft, presented today the new relational model of Azure SQL Data Service, which was announced a couple of weeks ago on the team's blog. As an introduction he explained that data platforms have grown very complex since the integration of durable media with computing. A data platform is basically composed of places, types and services. He argued:
Nowadays, data platforms can deal with a lot of types of data: in memory, multi-dimensional, XML, files. In addition to the original CRUD services, they offer: caching, analysis, protection, load, backup, mining, integration, sync, reporting, search... and data needs to be managed in a lot more places: mobile, desktop, server, mega server...
Nigel also noticed that a lot of the data management is policy-based and happens by expressing intent.
The key elements of Azure SQL Services include:
The SDS team added recently a familiar SQL Server relational model which is based on existing SQL Server APIs and tools. However, SDS is specifically build for the cloud in terms of availability and scale. The key is that SDS is accessible from all platform, including PHP, Ruby and Java. Nigel demonstrated how the built a blog web site using a PHP WordPress implementation which invokes SDS via an ODBC driver.
This week, at MIX 09, the SDS team announced support for full trust and native code.
The SDS API which was previously based on REST and ACE has been entirely replaced by TDS and TSQL. You can still expose a REST interface by using Astoria in a Compute Cloud Resource connecting to SDS in the back-end. You may also use the ADO.NET+EF or new SQL Client library which connects to SDS. TDS for instance works well over high latency connections.
Nigel talked about the Service Provisioning Model: each account has a billing relationship, and owns one ore more virtual servers
Each server has one or mode database including a virtual master. Each database is limited in size, currently, the limit is 5-10 Gb. Each database has one or more logins (SQL users). The Authentication and Authorization mechanism is identical to the one of SQL Server 2008. As a matter of fact, Nigel stressed that you can start developing your application targeted at SDS today, simply by using SQL Server Express 2008.
The SDS infrastructure manages request routing, security and isolation. It also provides a scalable, highly available technology which include:
Nigel detailed the compatibility goals of SDS:
He believes that the first version will address address the needs of 95% or more web and departmental applications.
In terms of SQL compatibility, SDS will support in v1:
However these features will be out of scope for v1:
The security model is 100% compatible with on-premise model but is limited to standard SQL authentication and logins. In the future they will support AD federation, WLID, etc as alternate authentication protocols.
Nigel talked a little bit about the road map:
At the moment, the CTP is by invitation only.
Early Access! Download JBoss Developer Studio 5.0 now, with packages for Mac, Windows or Linux!
RDBMS to NoSQL: Managing the Transition
Introduction to WebSphere Liberty Profile
Introducing SQLFire: a memory-optimized, high performance SQL database
VMware vFabric SQLFire - Test drive the data management system with memory speed, horizontal scalability and a familiar SQL interface
Derek Collison discusses the goals, the design premises and patterns employed in creating the architecture of Cloud Foundry, VMware’s open source PaaS, unveiling internal architectural details.
Andrew Watson talks about the work of the OMG, where CORBA is alive and well (hint: in your car), UML and UML Profiles vs. custom Modeling languages, DDS and other middleware, and much more.
Sohil Shah discusses creating iPhone and Android enterprise mobile applications based on cloud services using the open source platform OpenMobster.
Paul Sanford presents the transformations supported by data throughout its life cycle, and how that can be better done with Splunk, an engine for monitoring and analyzing machine-generated data.
A common “best practice” for unit tests is to only write a one assertion in each test. I intend to question this advice by showing that multiple assertions per test are both necessary and beneficial.
John Rauser presents the architectural and technological evolution of Amazon retail websites starting with 1994 and ending with adopting Amazon Web Services.
Michael Stal discusses system architecture quality, how to avoid architectural erosion, how to deal with refactoring, and design principles for architecture evolution.
Every developer has had to integrate with another system, API or component. Tis article provides strategies to handle the change and for he separating system boundaries.
No comments
Watch Thread Reply