Wednesday, January 30, 2013

Welcome CloudGeek.IN

Launching today, is my new blog "CloudGeek" @ cloudgeek.in

This aims to be a one stop for my thoughts, patterns, architectures and code for the next generation of Cloud Services.

This means, the current blog will be purely personal and will reflect my journey into the unknown. For all my geek readers interested in keeping up with the state-of-the-art in Cloud Computing, grab your seats at www.cloudgeek.in

Sunday, January 27, 2013

IaaS giving way to "Data Science as a Service"

As organisations start embracing public infrastructure cloud for their critical data and application needs, Data Science SaaS will become more practical for use. The biggest challenge for Data Science SaaS is to have customers expose / store their data to / on their multi-tenant public platform. Increasingly, public cloud services are becoming a compelling ground for enterprises. This means with applications, data also becomes a good prospect to be moved to these platforms. 
This is due to low data access latency requirements for apps in cloud and increasing confidence in shared public cloud services. 
Once the data is out of the enterprise data center, inter cloud service integration becomes easier. For eg:- Imagine an AWS EC2 infrastructure running your enterprise application, with data lying on S3 / RDS. To extract Business Intelligence and inference out of this data, it is practical to use an existing public SaaS that can work on this data, rather than using in-house analytics infrastructure. Greenfield apps having their genesis on public cloud are already candidate to be used with Data Science services (aka Analytics as a Service). 
The future of Data Science SaaS looks promising. Startups like Datameer, ClearStory are doing pioneering work on this.
More on this at :- 

Tuesday, January 22, 2013

Run in Public, Bring it back when its ready

The road to set up your own cloud infrastructure in your backyard is not a long shot, thanks to the array of techniques / patterns / solutions in the space. However, more organizations are looking at using Public Cloud services, especially IaaS and PaaS to experiment what it takes to scale their apps, and then bring the homework back to their own internal infrastructure a.k.a Z-Cloud of Zynga. This is proving to be a common place for organizations these days. And it makes a lot of sense.
Using public cloud services to test the waters in terms of what it takes to sustain and manage application scale is a good pattern. Once the pattern is understood, and the organization understands the nitty-gritties of managing the scale, an internal infrastructure can be setup, thereby owning the control back. This allows for efficient capacity planning and avoiding the common gotchas of deploying and managing the app at cloud scale.

Monday, January 21, 2013

The rise of Cost aware Architectures

Cost aware architectures have been on rise, thanks to the "as a service" phenomena. A lot have been said around these new evolving architecture patterns. The challenge is now to discover some of patterns that architects can use to build cost-aware architectures. In a gist, a Cost aware architecture is defined as an architecture that evolves based on how it sustains and grows revenues when using price varying infrastructure / application / platform services a.k.a cloud services. This means, as the business gets successful, and starts pooling in more revenue from the user, the cost-dynamics of adding capacity (infrastructure, application and platform) becomes less than linear.
As we see more and more application architectures incorporate "as a service" models, this is going to be the trend for future. I like what Werner Vogels talked about it in an article not long back.

Ref:- https://medium.com/21st-century-architectures/8c07ed78d4d4

Thursday, January 17, 2013

PaaS is real ? is it... circa 2013

Reposting my earlier post from Jan 2012. How far we have reached with the below predictions ?

----

I was encouraged to write this post by the influx of articles relating to predictions about Cloud computing in 2012. A common theme surrounding most of them is the rise of PaaS (Platform as a Service). While 2010 and 2011 was spent in understanding the real impact of IaaS and the value it brings, 2012 is destined to be the year when PaaS comes out of the closet with mass acceptance. Following are my ideas on what PaaS would be like in 2012 :-


1. Domain specific PaaS 
A domain specific PaaS would allow organizations of all types to build software infrastructure over existing domain platforms. Lets talk about Telecom domain. There are various IT implementations that need to be built, maintained and supported on a daily basis for a telecom provider. These include provisioning, charging, customer on boarding, analytics, customer service and support, value added services etc. All such application environments need to have a common infrastructure of reusable components ready to be deployed and orchestrated to create solutions.  A Telecom PaaS would provide telcos an unprecedented access to scale, grow and utilize the best practices of the industry without reinventing the wheel. This would create level playing opportunities for telecom providers of all sizes. Imagine how it would affect other verticals - Manufacturing, Egovernance, Logistics, Retail etc. 

2. PaaS enabler buzzword
IaaS platforms would attempt morphing into PaaS enablers. This would allow organizations to create PaaS platforms for the specific business needs at will. Currently the approach the organizations take in this regard : Use existing / Implement an IaaS layer, create application provisioning infrastructure, support deployment of apps on demand etc. However there are challenges that stand before a perfect implementation of PaaS environments using the traditional means. No longer organizations need a bespoke implementation of application provisioning and deployment automation. IaaS players would allow customers to start building these platforms. A lot of traction is already visible in this space. More on this in the next point.

3. Platform-enable anything
The rise of API enabling eco-system to drive the functionalities over a service has been the biggest driver of innovation. Social networks are the living breeding example of such a revolution. PaaS enablers and newer platform services would create opportunities for organizations to platform enable their services at a fast pace. This would allow a faster time to market and easier setup process. Currently this process requires a strategic cap-ex based approach for its implementation. Its not for the weak hearted. A sustainable process to create platforms for service eco-system is the need of the hour. Take example of an Ecommerce enterprise :- With PaaS enablers, the enterprise would be able to create platform for hosting applications built by third-party developers using its services. 

What do you think of this trend ? Share your comments and ideas. 

In the next post, I would like to touch upon Domain specific clouds in more detail. More on this later.