- Learning Azure DocumentDB
- Riccardo Becker
- 205字
- 2021-07-30 10:27:46
Preface
In August 2014, Microsoft announced the preview of their DocumentDB service offering. DocumentDB is a NoSQL database that meets the requirements of today's applications that evolve at a higher pace, including modifications to the data model. DocumentDB covers all this by offering a schema-free document database that offers flexibility, scalability, automated indexing, and a mature range of querying possibilities. Recently, Microsoft announced support for geospatial indexing and querying, opening a whole new range of possibilities.
Setting an example, Microsoft utilizes DocumentDB in its renewed http://www.msn.com, servicing 450 million unique monthly visitors. 25 percent of these visitors have their own personalized data and this data is services from DocumentDB.
DocumentDB greatly enhances the flexibility of your evolving applications and offers a rich querying environment for any kind of data that you store.
This book covers all the concepts and possibilities of DocumentDB by covering the theory with lots of examples in every chapter. This book is linear and every chapter builds on the knowledge of the last. For the more experienced users, chapters can also be read individually and in any order.
By the end of this book, you will be able to use DocumentDB in your own daily work and benefit from best practices.
- C語言程序設(shè)計案例教程
- The Supervised Learning Workshop
- ExtGWT Rich Internet Application Cookbook
- Python量化投資指南:基礎(chǔ)、數(shù)據(jù)與實戰(zhàn)
- INSTANT Sencha Touch
- 編譯系統(tǒng)透視:圖解編譯原理
- Access 2016數(shù)據(jù)庫管
- TypeScript項目開發(fā)實戰(zhàn)
- HTML5入門經(jīng)典
- Learning JavaScript Data Structures and Algorithms
- Getting Started with LLVM Core Libraries
- 編程與類型系統(tǒng)
- Oracle實用教程
- Professional JavaScript
- Qt 5.12實戰(zhàn)