I am using Google App Engine for some time already, spent long time testing with small applications for my company, and even started a simple open-source library called Jobtracker, running on it, that helps tracking development costs through managing resource work time. With this one year of experience so far I can say that this is still an early stage of what is to come in the future of cloud computing, but I have high expectations (regardless the company).
Nevertheless, I still has my doubts on using such service for business purposes, as its reliability depends entirely on third-parties. Google has always tried, amazingly, to provide high-quality services with no cost to its customers, such as Gmail and even Google Apps, which are both very stable and mature. Even though the paid versions are guaranteed with a 99.9% SLA of uptime, I am most sure the actual number is much higher even for the free versions. Good for us, kudos for them.
Back to the real world...
The reality for Google App Engine, however, is not just there yet. I asked before directly to Google personnel about their expected SLA and current one, with no luck, so I decided to do a small investigation on their outages (openly reported here) and roughly estimate its value. You know, being a representative of such service and trying to push my own company to use it, I need data (I meant numbers) to prove it. So, here are my findings, considering one year up to now:
About 9 incidents in one year and a uptime SLA of 99.75%.
Note: Not all incidents represented completed service outage, instead they are mere rough values to measure the overall system stability, and may differ from an official source, that can analyze with care partial disruptions and present more valuable data for us customers.
Last thoughts
Of course we can not take this too hard on Google App Engine, considering it is a service free of charge, with lots of features, tools, documentation, etc. that can guide you or anyone (even without proper knowledge of python, django, MVC, XMPP, etc) to build simple applications in the cloud without any expenses rather than your own brain. This is already an achievement, and I am sure the service (which is growing rapidly) will only get better from this moment on.
The more reliable it gets, the higher are the chances companies and even people may find it as a trusted in-cloud solution to place their businesses or ideas, guaranteed that they can sleep at night without customer complaints or disappointments.
After all, the cloud and Google App Engine is what this is all about: ultra-redundant failure-proof solutions (at least at our end, as we don't have to worry about infrastructure, hardware, software, etc).
Hello Bruno!
ReplyDeleteGreat thoughts about AppEngine, btw I just have 2 considerations about "being ready for business" - just remembering that these are my opinions, based on my experience.
There´s a big issue when thinking about moving from AppEngine to another hosting. If you need to do it, will be a pain - at least for now. You need to start your app with a database abstraction layer which allows you to do that, and sometimes may generate some extra coding.
Another thing is the capacity to handle large amount of users. Don´t know yet any strong business application which handles (or have handled) thounsands of requests per second. Would be great to see it, since we have to use Akamai Edge Suite to boost our infrastructure.
Regards,
Robson Dantas
No doubt on that. Anyone developing on GAE framework will feel the paradigm change when dealing with datastore (their non-relational database infrastructure based on bigtable), or how sensitive is the framework towards performance and scalability. Certainly, migrating from/to GAE would mean partial refactoring at minimum.
ReplyDeleteThanks for the input here!
Even though not related to GAE, I will comment here since related to Google cloud service.
ReplyDeleteFrom yesterday I am having problem with Google apps. Can not add groups into google apps mail. When clicking one of the groups to change members, it returned Server error. It still return the same error now...I can not finish the task...Some groups still editable though. It seems bug in the server. Do you know where should I report this problem?
Hum... the place for that is Google Apps Help Forum:
ReplyDeletehttp://www.google.com/support/forum/p/Google+Apps?hl=en
I participated actively on this group in past, it is worth to take a look there.
Cheers,