PreviousNext

DocumentDB - NoSQL Database As A Service On Azure

by bill-s, 2014-08-23T00:11:38.000Z

Microsoft Azure team has announced a new NoSQL database named "DocumentDB". DocumentDB is a fully managed, massively scalable, NoSQL database as a service on the Microsoft Azure cloud platform. This is a right movement from Microsoft as the existing Table storage was not effcient comparing to other NoSQL databases available in the market. In my initial evalution, DocumentDB is the most feature rich NoSQL databse comparing to many popular NoSQL database. In DocumentDB, we can write Trigger, Stored Procedure and User Defined Function (UDF) in JavaScript.

Read More