Posts

Showing posts from January, 2010

Windows Azure Storage vs. Google Storage

Image
So much happened this month (January 2010) for the cloud storage world. First was the Windows Azure Platform went from public preview to full production. Second was Google Docs opened up  for any file type upload/download, effectively making it a GDrive in the cloud. How would these affect you? This article will compare the two cloud storage offerings from price, speed, usability, service level agreement and to developer support.

If you know C#, you know Windows Azure Storage

Image
I have been using Gladinet Cloud Desktop to manage files on the Azure Blob Storage for a while now. It has a drive letter, accessible from Windows Explorer and it works just like another network drive on my PC. However, just like when you are driving a car on a daily basis but sometimes still curious about what is under the hood and check the oil level on weekends, I am curious about how Azure Storage works.

Migrating Data from Amazon S3 to Azure

Image
Windows Azure enables the hosting of web applications in Microsoft data centers on a scalable and highly available platform. To do so, Microsoft has provided a set of services aimed at making it easier for developers to build applications that scale and elastically utilize physical or logical resources in the cloud. They have also provided a lot of value to lure customers away from services like Amazon S3 . Depending on usage patterns, storage cost is similar on Azure and is also free for the first 8 months ; the C# API and dev studio integration are convenient and easy to use; Azure was built with security in mind and, last but not least, it’s really fast. But what if you’d like to enjoy the benefits of becoming an Azure blob storage user without writing any code? What if you’ve already stored terabytes of information with another provider, like Amazon S3? Is there an out of box solution that can help? As you might guess from the boldness of the question, the answer is yes.

Deliver Cloud Storage To Your Desktop

Image
  Cloud Storage Services Cloud Storage Services were relatively unknown until Amazon mass produced the now well-known S3 ( Simple Storage Service ). S3 may not be the first cloud storage service but it is among the first for the public with billions of objects stored. Now we are seeing other cloud storage vendors coming out, such as Nirvanix, Windows Azure , EMC Atmos Online/AT&T, Parascale, Box.net and etc. Google has long been in the cloud services business with the GMail service, the Google Apps Engine, the Picasa photo service and etc, with Google storage backing them up. Desktop Access To the Cloud A common theme of cloud storage services is that they all provide some API (Application Programming Interface) over HTTP. If the Cloud Storage were to be as popular today as the FTP for the past decade, it needs to have a desktop client that delivers the remote storage to the user's desktop, preferably as a Virtual Network Drive. After all, nobody wants to code a Ruby &a

Backup Google Docs To Windows Azure Storage

Image
If I have documents sitting in a cloud storage such as Google Docs, why do I need to back it up to a different cloud storage such as Azure Storage? Maybe because I need the peace of mind that I can access it the moment I need to. Or in some countries, access to one may be blocked such as in China for Google Docs and Google Picasa. Or maybe some days, one may go down as part of the cloud computing growing pain. Anyway, it is a good practice to back up. This article will show you how to backup your Google Docs files on a daily basis to another cloud storage. First you need to install Gladinet Cloud Desktop and map in your Google Docs and other cloud storages you have. In the following picture, I have Azure Storage , Amazon S3 , a FTP Server and Google Docs all mapped in the Gladinet drive. (I have Synaptic Storage too but it is not configured yet) From the System tray menu, you can open Create Google Docs Backup Task . A Backup Wizard will appear, asking you where you want to

Free Windows Azure Storage

Image
As I am upgrading my Windows Azure account from CTP to production mode, I noticed that Microsoft provides great introductory offers for Windows Azure Storage. (A) 500M free storage for everyone

Map Drive and Backup to Windows Azure Storage in 3 Steps

Image
Windows Azure was in Public Preview for quite some time now. In our previous posts about Windows Azure, we went directly into how to map a network drive to Azure Blob Storage and start setting up backup tasks to Azure Storage. We didn’t mention exactly how to acquire a Windows Azure account since it was invitation only. Yesterday, Windows Azure was transitioned from Public Preview mode to Full Production mode. It took me a while to understand how to setup the Azure account and start using the Azure Storage. I will share the steps here in this article. Hopefully, in 3 big steps, you will be using your Azure Blob Storage from Windows Explorer and smooth sailing thereafter.