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 Abel Avram on Jun 18, 2011
VMware vFabric SQLFire is an in-memory distributed SQL-based cache which can work with a traditional database to persist data to disk.
VMware vFabric SQLFire is a distributed in-memory shared-nothing fault-tolerant SQL data management system that was recently announced as part of vFabric 5. SQLFire offers a JDBC or ADO.NET interface for querying the datastore in a pure SQL manner, but the keys and indexes are stored in memory to provide high scalability, availability and better performance. In that respect it works as a distributed caching layer similarly to vFabric GemFire or Oracle Coherence, but it can also transparently store data to disk for persistence reasons, but the “storage architecture on disk is radically different than classic SQL databases - all changes geared towards high scale, HA and providing predictable low latencies irrespective of the load through horizontal scaling,” said Jags Ramnarayan, SQLFire Chief Architect. SQLFire can also use a RDBMS for persistence and it is going to support “all major databases including Oracle, MySQL, Sybase, DB2, SQLServer and postGres,” added Ramnarayan. Thus VMware’s solution lengthens the life of relational databases that now can be used in scenarios they are normally not fit for. Ramnarayan explains:
SQLFire is being positioned both as a possible distributed caching platform as well as a data store. Doesn't necessarily mean we are trying to replace the use of Oracle or MySQL, but, we think there are a number of use cases where the classic RDB is a misfit. Think session state management, conversational state, workflow metadata, online transaction data for high scaled situations (too many concurrent connections or highly distributed data access requirements) just to name a few cases.
SQLFire “leverages our time-tested, production GemFire technology but adds a SQL interface enabling a broad group of skilled database programmers access to it,” added Blake Connell, GemFire Product Marketing, VMware.
SQLFire is being offered as part of vFabric Advanced for $1,800 per VM, but it will also be offered as a standalone product, but the financial details are not known yet because “we’re still working through the licensing terms and pricing for the standalone offering,” said Connell.
Want to know how software releases can be stress-free and happen with one click? Try Go free!
Improving Software Delivery Cycles: Pre-requisites and Inhibitors
Five Key Practices to Agile ALM
Identity and Access Management for Cloud Apps: A Buyer's Guide
App Server Evolution: REST, Cloud, and DevOps Support in Resin 4
Go: Agile Release Management Solutions. Go enables predictable, defect-free and timely software releases.
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