Information on different Key Value stores
Continue reading "Information on different Key Value stores" »
Continue reading "Information on different Key Value stores" »
I had a very tough time in one of my projects where we were using the Azure management API from a web application (deployed in Azure cloud). Before this project, we had successfully used these APIs in a windows based application but this is first time we were using in a web application. And apparently had a good amount of learning in a very new dimension.
Continue reading "Handling certificates for Azure management API calls" »
Continue reading "Accessing CouchDB for Data Storage and Retrieval" »
Distributed File Systems (DFS) are a new type of file systems which provides some extra features over normal file systems and are used for storing and sharing files across wide area network and provide easy programmatic access.
Continue reading "Accessing Hadoop DFS for Data Storage and Retrieval" »
It’s been so much talked and written about technical benefits of Cloud computing. I thought of looking at it from financial accounting point of view. Comparing the traditional IT expenses with Cloud computing expenses especially SaaS model, might give a different picture of the income statement. Before I go ahead and try putting forward my interpretation, want to make a disclaimer that I am no way finance or accounting expert, this is just a plain interpretation of what I understood. Comments and suggestions are most welcome.
Continue reading "SaaS makes financial accounting easier" »
Cloud Databases are a new type of non relational (key-value oriented) databases which are used for storing internet scale data and provide easy programmatic access. Databases like Amazon SimpleDB, Apache CouchDB, Project Voldemort and many others falls in the category of non relational databases and has been widely used and are quite popular.
Continue reading "Key Value stores: Usefulness in Cloud environment" »