Read full article on Falafel blog here
Recently I attended Cloud Camp by Microsoft India in Delhi. I had good time learning at the event. Besides other Microsoft Azure services like Azure Websites, Azure Mobile Services and Azure DocumentDB impressed me lot. In this post, I am sharing first level learning on Azure DocumentDB.
Azure DocumentDB is a NoSQL document database service offering on cloud from Microsoft. It allows us to work with schema free JSON documents using JavaScript and the HTTP protocol. It is a fully managed JSON document database service.
Some of the important points about the DocumentDB is as follows:
- It is a schema free database
- It has support of rich query and transaction processing
- It uses JavaScript for the query
- It works with JSON based data model
- It works on HTTP protocol
Leave a Reply