Azure: All content tagged as Azure in NoSQL databases and polyglot persistence
Thursday, 2 May 2013
Microsoft Azure Sales Top $1 Billion Challenging Amazon
Last week I’ve seen some Amazon Web Service’s revenue guestimates. Bloomberg posted an article about Microsoft Azure and related programs (?) revenue: $1 billion.
Interesting numbers:
- market share: Amazon Web Services 71%, Microsoft Azure 20%
- Azure grew 48% in the last 6 months
- Gartner estimates the infrastructure segment of the cloud market at $6.17 billions in 2012 and growing to $30.6 billions in 2017
- Gartner estimates total cloud market at $108.9 billions in 2012 and growing to $237.2 billions in 2017. (nb: I find this one weird as it includes online advertising and other less-cloudy-services-imo).
Amazon hasn’t given many details about the AWS platform, except 3 numbers:
- number of objects stored in S3. This has been doubling every year for the last 4 years
- Q4 2012: 1.3trillions
- Q3 2011: 566b
- Q4 2010: 262b
- Q4 2009: 102b
- Q4 2008: 40b
- Q4 2007: 14b
- Q4 2006: 2.9b
- number of requests per second AWS
- number of EMR clusters (?) spun
According to some slides from last October/November:
- S3 stored over 1.3 trillion objects
- AWS handles over 830k requests/s
- 3.7mil EMR clusters spun since 2010
While I don’t have any data about RDS and Dynamo, it would be great if Microsoft would release any details about Azure.
✚ If AWS has a market share of 71% and Azure 20%, that leaves Google plus others with 9%. Makes me wonder how accurate this data is.
Original title and link: Microsoft Azure Sales Top $1 Billion Challenging Amazon (©myNoSQL)
Thursday, 4 April 2013
Halo 4: A Success Case Study of HDInsight, Microsoft's Hadoop on Azure
Besides a bit too many businessy words, this is a nice story of using HDInsight, the Hadoop solution for Windows developed by Microsoft and Hortonworks:
Behind the scenes, a powerful new Microsoft technology platform called HDInsight was capturing data from the cloud and feeding daily game statistics to the tournament’s operator, Virgin Gaming. Virgin not only used the data to update online leaderboards each day; it also relied on the data to detect cheaters, removing them from the boards to ensure that the right gamers got the chance to win.
But this new technology didn’t just support the Infinity Challenge. From day one, the Xbox 360 game has been using the Hadoop open source framework to gain deep insights into players. The Halo 4 development team at 343 Industries is taking these insights and updating the game almost weekly, using direct player feedback to tweak the game. In the process, the game’s multiplayer ecosystem continues to evolve with the community as the title matures in the marketplace.
Original title and link: Halo 4: A Success Case Study of HDInsight, Microsoft’s Hadoop on Azure (©myNoSQL)
Wednesday, 28 March 2012
Microsoft Hadoop Grand Vision: Apache Hadoop for Windows Server and Windows Azure
I’m still not sure how many are planning to run a Hadoop cluster on top of Windows Server—I initially had doubts about Hadoop on Azure too, but looking at the bigger picture it starts to make sense—, but Microsoft vision of integrating Hadoop in its toolchain is quite sound. And the slidedeck embedded below offers a glimpse at Microsoft’s perspective on Big Data, data integration, and BI:
-
“Big data is here and Hadoop is center stage”
I know I’ve already said it, but I’m still very impressed Microsoft gets this right.
-
The Grand vision:

-
Project Isotope offerings:
- Bi-directional connectors between Hadoop and SQL and PWD — see Hadoop Interoperability in Microsoft SQL Server and Parallel Data Warehouse
- ODBC driver for Hadoop
- Hosted elastic Hadoop service on Azure (nb: think Amazon Elastic MapReduce by Microsoft)
- Hive plug-in for Excel
- JavaScript support for Hadoop, with web-based interactive environment
Friday, 9 March 2012
Beginners' Guide to MongoDB With Node.js on Windows Azure
A very detailed guide to getting started with MongoDB and Node.js on Windows Azure:
- Add MongoDB support to an existing Windows Azure service that was created using the Windows Azure SDK for Node.js.
- Use npm to install the MongoDB driver for Node.js.
- Use MongoDB within a Node.js application.
- Run your MongoDB Node.js application locally using the Windows Azure compute emulator.
- Publish your MongoDB Node.js application to Windows Azure.
Aren’t you getting the feeling sometimes that these Microsoft tutorials are way too detailed? They make me feel like the intended reader is some kid first seeing code. Or is this how things are in the MS world?
Original title and link: Beginners’ Guide to MongoDB With Node.js on Windows Azure (©myNoSQL)
via: http://www.windowsazure.com/en-us/develop/nodejs/tutorials/web-app-with-mongodb/
Thursday, 19 January 2012
Using MongoDB Replica Sets With Node.js on Microsoft Azure: NoSQL Tutorials
Mariano Vazquez explains how to configure MongoDB replica sets on Microsoft Azure and how that works:
- MongoDB will run the native binaries on a worker role and will store the data in Windows Azure storage using Windows Azure Drive (basically a hard disk mounted on Azure Page blobs)
- The good thing about using Azure Storage is that the data is georeplicated. It will also make backup easier because of the snapshot feature of blob storage (which is not a copy but a diff).
- It will use the local hard disk in the VM (local resources in the Azure jargon) to store the log files and a local cache.
- You can scale out to multiple Mongo Replica Sets by increasing the instance count of the MongoDB role
Original title and link: Using MongoDB Replica Sets With Node.js on Microsoft Azure: NoSQL Tutorials (©myNoSQL)
via: http://nodeblog.cloudapp.net/running-mongodb-on-azure-and-connect-from-a-nodejs-web-app
Monday, 16 January 2012
Hadoop on Windows Azure: Visualizing Data
The setup includes a web-based interactive JavaScript console, which lets you put data into HDFS, launch MapReduce jobs, and also visualize results with HTML5 charts - and it’s very easy to use.
The JavaScript console and the visualization support are very nice additions on top of the managed Hadoop on Azure.
Feature checklists are still important, but technology adoption depends more and more on the user experience. Think of getting up to speed as being the first impression someone gets of a new technology.
I have a couple of ideas of what would be next in terms of facilitating the adoption of NoSQL technologies. But I’d really like to hear your opinions first.
Original title and link: Hadoop on Windows Azure: Visualizing Data (©myNoSQL)
via: http://blog.itrend.tv/hadoop-on-windows-azure-visualizing-data
Monday, 19 December 2011
SQL Azure Federation... Aka Sharding
One of the exciting new features in the just-released SQL Azure Q4 2011 Service Release is SQL Azure Federation. In a sentence, SQL Azure Federation enables building elastic and scalable database tiers.
We all know the benefits of sharding so why calling it differently? NIH?
Original title and link: SQL Azure Federation… Aka Sharding (©myNoSQL)
Monday, 5 September 2011
CloudSpokes: From Microsoft Azure to Database.com
CloudSpokes, an Appirio-led community rearchitected their solution from Windows Azure to Salesforce’s Database.com:
Initially, Messinger said, his team was really happy with Windows Azure’s table storage and blob storage features, but trouble arose when it came to deploying computing resources called “Web Roles.” […]
Additionally, said Messinger, Windows Azure required some level of database-administration know-how, which is something the CloudSpokes didn’t really want to deal with. It wanted to focus on the front end and other business-critical aspects rather than on DBA work. So it looked to Database.com, and Messinger and Singh haven’t looked back since beginning the transition in mid-July.
This is the first time I’m reading a scenario where DaaS (database as a service) is explicitely mentioned as the main reason for migrating the architecture of an application.
Original title and link: CloudSpokes: From Microsoft Azure to Database.com (©myNoSQL)
via: http://gigaom.com/cloud/cloud-breakup-why-cloudspokes-chose-database-com-over-azure/
Friday, 20 May 2011
Hadoop in Microsoft Azure
I don’t know how many are going to deploy Hadoop on Microsoft Azure, but at least we know it is possible:
Is it possible to deploy a Hadoop cluster in Azure? It sure is and setting one up is not difficult, here’s how you do it.
[…]
The Azure deployment is set to use 1 large VM for the Name Node, 1 large VM for the Job Tracker and 4 Extra Large nodes as Slaves. If you are ok with that configuration skip to the next step.
Original title and link: Hadoop in Microsoft Azure (NoSQL databases © myNoSQL)
via: http://blogs.msdn.com/b/mariok/archive/2011/05/11/hadoop-in-azure.aspx
Friday, 22 April 2011
Paper: NoSQL and the Windows Azure Platform
A paper by Andrew J.Brust. Abstract:
An introduction to NoSQL database technology, and its major subcategories, for those new to the subject; an examination of NoSQL technologies available in the cloud using Windows Azure and SQL Azure; and a critical discussion of the NoSQL and relational database approaches, including the suitability of each to line-of-business application development.
When analyzing NoSQL options available on the Azure platform, Andrew is listing:
- Azure Table Storage
- SQL Azure XML Columns
- SQL Azure Federation — check also The NoSQL gene in SQL Azure Federations
- OData (?)
- running NoSQL databases as Azure Worker Roles, VM roles, and Azure Drive
The paper concludes:
We saw how NoSQL databases are suitable for data management that is light-duty but large-scale, and how they work well for content management requirements of many stripes. We also saw, again and again, that relational databases are best for line-of-business applications. The database consistency, query optimization and set-based declarative query capability that relational databases have provided for decades is still required by most LOB applications; this has not changed.
Original title and link: Paper: NoSQL and the Windows Azure Platform (NoSQL databases © myNoSQL)
Tuesday, 15 March 2011
Neo4j on Windows Azure
It started as an embedded database. Then it became a server. Now it is available on Microsoft Azure:
Neo4j has a ‘j’ appended to the name. And now it is available on Windows Azure? This proves that in the most unlikely of circumstances sometimes beautiful things can emerge.
Until now it was only MongoDB, sones GraphDB and RavenDB that could run in the Microsoft cloud.
Original title and link: Neo4j on Windows Azure (NoSQL databases © myNoSQL)
via: http://blog.neo4j.org/2011/02/announcing-neo4j-on-windows-azure.html
Wednesday, 15 December 2010
Sharding with SQL Azure
Just after posting about this excellent Database.com and SQL Azure comparison, I have found another interesting Microsoft Azure article.
It is about Sharding with SQL Azure and is covering aspects as principles, challenges, and common patterns for horizontal partitioning, a high level design of an ADO.NET sharding library, and an intro to SQL Azure Federations:
The proposed implementation will map data to specific shards by applying one or more strategies upon a “sharding key” which is the primary key in one of the data entities. Related data entities are then clustered into a related set based upon the shared shard key and this unit is referred to as an atomic unit. All records in an atomic unit are always stored in the same shard.
Be aware that the article is quite long, but definitely worth reading.
Original title and link: Sharding with SQL Azure (NoSQL databases © myNoSQL)
via: http://social.technet.microsoft.com/wiki/contents/articles/sharding-with-sql-azure.aspx
Most Popular Articles
- Translate SQL to MongoDB MapReduce
- Tutorial: Getting Started With Cassandra
- CouchDB vs MongoDB: An attempt for a More Informed Comparison
- Cassandra @ Twitter: An Interview with Ryan King
- A Couple of Nice GUI Tools for MongoDB
- NoSQL benchmarks and performance evaluations
- Ehcache: Distributed Cache or NoSQL Store?
- Document Databases Compared: CouchDB, MongoDB, RavenDB
- Quick Review of Existing Graph Databases
- NoSQL Data Modeling