- Guide to NoSQL with Azure Cosmos DB
- Gastón C. Hillar Daron Y?ndem
- 357字
- 2021-08-13 15:31:02
What this book covers
Chapter 1, Introduction to NoSQL in Cosmos DB, introduces you to the features of Cosmos DB and the NoSQL data model. You will also learn about the different elements of the Cosmos DB resource model, which will allow you to have a clear understanding of how to work with this database service.
Chapter 2, Getting Started with Cosmos DB Development and NoSQL Document Databases, will teach you how to provision a Cosmos DB account that uses the SQL API, and you will start working with a document database, along with its collections and documents. You will use the web-based Azure portal and work with Azure Cosmos DB Explorer.
Chapter 3, Writing and Running Queries on NoSQL Document Databases, will have you writing and running queries to retrieve data from the documents in a collection. You will learn how to use the Cosmos DB dialect of SQL to work against a document database with the SQL API. Most importantly, you will understand the different ways of working with documents, their sub-documents, and their arrays, and you will learn about how queries consume resource units.
Chapter 4, Building an Application with C#, Cosmos DB, a NoSQL Document Database, and the SQL API, will get you using Cosmos DB, the .NET Core SDK, the SQL API, and C# to code our first Cosmos DB application. The main focus will be on learning about many important aspects related to the SDK, as well as how to easily build a first version of the application we'll be working with.
Chapter 5, Working with POCOs, LINQ, and a NoSQL Document Database, will keep you working with the .NET Core SDK, but this time, you will work with POCOs and LINQ queries. You will take advantage of the strongly typed features of C# and the functional programming features that LINQ provides for working with Cosmos DB.
Chapter 6, Tuning and Managing Scalability with Cosmos DB, explores aspects that will enable you to design and maintain scalable architectures with Cosmos DB. You will use the sample application you will have built to understand complex topics related to scalability.
- 連接未來:從古登堡到谷歌的網絡革命
- Mastering Machine Learning for Penetration Testing
- Building E-commerce Sites with VirtueMart Cookbook
- Hands-On Chatbot Development with Alexa Skills and Amazon Lex
- Metasploit Penetration Testing Cookbook
- Yii Application Development Cookbook(Second Edition)
- 中國互聯網發展報告2018
- 網絡基礎與網絡管理項目化教程
- 網絡環境中基于用戶視角的信息質量評價研究
- Windows Server 2012 Hyper-V虛擬化管理實踐
- Learning Windows 8 Game Development
- 人人都該都懂的互聯網思維
- 數據血緣分析原理與實踐
- 物聯網M2M開發技術:基于無線CPU-Q26XX
- Python Web Scraping Cookbook