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 Dec 23, 2011
GitHub has open sourced Janky, their Continuous Integration server built on top of Jenkins and augmented with Hubot, a chat automation tool.
Beside the usual Jenkins functionality, Janky adds the capability provided by Hubot, another project open sourced by GitHub two months ago. Hubot monitors chat conversations and reacts based on some words exchanged by participants. For example, if it encounters the word “problem?” it inserts a troll face. It can interact with Google Image API or Maps API, does mathematics, translates between languages. It can do many things.
Hubot is highly flexible being based on scripts, and anyone can write his own scripts extending the basic functionality. Scripts are written in CoffeeScript and hubots are running on Node.js, and are currently configured to be deployed on Heroku’s platform (for free according to a GitHub blog post), but it is not difficult to configure them for other cloud platform.
Hubot is also integrated with Jenkins, notifying it when sources are changed using GitHub’s Repo Hooks API. While Hubot was initially a chat enriching application, it ended as a wrapper around Jenkins.
Janky was open source under a MIT license.
Deliver quality code quicker with "Go" Agile release management
Continuous Delivery: Anatomy of a Deployment Pipeline
Improving Software Delivery Cycles: Pre-requisites and Inhibitors
Deliver quality code quicker with "Go" Agile release management
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