What is the technological basis for Azure DocumentDB?

Posted by user1703840 on Stack Overflow See other posts from Stack Overflow or by user1703840
Published on 2014-08-21T21:13:56Z Indexed on 2014/08/21 22:20 UTC
Read the original article Hit count: 219

Filed under:
|
|

Microsoft announced the availability of Azure DocumentDB as follows...

A fully-managed, highly-scalable, NoSQL document database service.
- Rich query over a schema-free JSON data model
- Transactional execution of JavaScript logic
- Scalable storage and throughput
- Tunable consistency
- Rapid development with familiar technologies
- Blazingly fast and write optimized database service

I really like the "transactional execution of JavaScript logic". Sounds like an approach similar to that of PostgreSQL NoSQL.

Anyone know what is the technological basis for the Azure DocumentDB service? SQL Server?

© Stack Overflow or respective owner

Related posts about Azure

Related posts about nosql