- Guide to NoSQL with Azure Cosmos DB
- Gastón C. Hillar Daron Y?ndem
- 180字
- 2021-08-13 15:31:01
Preface
This book shows you how to develop applications that work with Azure Cosmos DB. Azure and other cloud applications typically work with massive amounts of data that can be organized in different ways. These applications will often require elastic scalability of storage and throughput, and will often need to work across new geographical regions. This is the problem that Microsoft's Azure Cosmos DB service addresses. It is a globally distributed, massively scalable, and multi-model NoSQL database service.
You will learn how to use the Azure Cosmos DB Emulator. You will start by writing simple queries against Cosmos DB data and handling the responses, and then learn how to use more sophisticated querying constructs. You will create a full C# application that integrates with Cosmos DB, and learn about the .NET Core 2 classes that are needed to do so. You will work with LINQ and POCOs to cement your querying capabilities.
Having mastered Cosmos DB's NoSQL capabilities by the end of this book, you will be able to build scalable, globally distributed, and highly responsive applications.
- 黑客攻防實戰技術完全手冊:掃描、嗅探、入侵與防御
- Mastering Node.js(Second Edition)
- C++黑客編程揭秘與防范
- EDA技術與VHDL編程
- Django 2 by Example
- JBoss EAP6 High Availability
- WordPress 5 Complete
- 物聯網時代
- 世界互聯網發展報告·2019
- 區塊鏈輕松上手:原理、源碼、搭建與應用
- Spring 5.0 Projects
- TCP/IP基礎(第2版)
- Web用戶查詢日志挖掘與應用
- Python API Development Fundamentals
- Hands-On Reactive Programming in Spring 5