database

Running Netflix in the Cloud with Cassandra

Netflix used to be a traditional Datacenter based architecture using a few large Oracle database backends. Now it is one of the largest cloud based architectures, with master copies of all data living in Cassandra.

Cloud Patterns for Application Architects

How does one build a “modern” application? What are the key design patterns ranging from adaptive and insight-driven applications to ‘Social’-enabled & aware application design, to Big Data: why HPC is coming to you… Architecture patterns and practices ranging from Enterprise Architecture to design and delivery.

PostgreSQL in the Cloud: Theory and Practice

There are decades of accumulated knowledge in optimizing relational databases like PostgreSQL, and so much of it is either unhelpful or downright counterproductive in modern, resource-contentious, cloud-based environments. Disks aren’t disks any more, RAM might not be RAM, and latency has become more than intermittent.

cloud computing software development article

Data Ingress and Storage Access in Cloud Architecture

Buck Woody discusses in this article data ingress and storage access in Cloud Computing reference architecture. He explains how to create a centralized, off-premises (cloud-based) data store that provides flexibility, security, consistency, and guards against vendor lock-in. Buck is Senior Technical Specialist on Windows Azure at Microsoft and the examples he presents are based on …

Data Ingress and Storage Access in Cloud Architecture Read More »

cloud computing software development article

Using Couchbase on Azure

This article presents how to use Couchbase in a Windows Azure context. It covers the following features: create a Virtual Network with two subnets for the Couchbase cluster and ASP.NET web application; create Virtual Machine images for the Couchbase servers; install and configure the Couchbase cluster; deploy the TapMap Couchbase sample application to Windows Azure; …

Using Couchbase on Azure Read More »

MySQL and Postgres Cloud Offerings

This video discusses the MySQL and PostgreSQL Cloud offerings and shows the dark side of this strategy like performance problems or the fact that virtualization doesn’t magically give you extra IO on your storage.

Making LAMP a Cloud

The LAMP stack rules in the scale-out world. Is there a major web property that doesn’t run on MySQL? However, as we shift to a cloud infrastructure for software, it’s not about stacks any longer. It’s about mixing and matching the most suitable pieces of software, connecting them through APIs in templated images we run …

Making LAMP a Cloud Read More »

Azure without SQL

The Microsoft Azure platform offers SQL Azure to make migration easier, but it also offers a set of highly scalable storage services that take a different approach to data storage: Tables, Blobs and Queues. They pose a new set of challenges to application designers since they are offer no transactional or relational consistency. In this …

Azure without SQL Read More »