Содержание
Course Overview 1m 58s Course Overview 1m 58sIntroduction 49m 55s Course Structure 1m 41s What is NoSQL? 2m 19s What is a NoSQL Database? 1m 20s What is Cosmos DB? 2m 5s Brief Cosmos DB History 2m 17s Getting Started 2m 24s Demo: Creating a Cosmos DB Account 8m 0s Demo: Creating a Container 4m 37s Demo: Creating a Documents 4m 46s Management Options 1m 48s Demo: Simple Notebook 8m 51s Automatic Indexing 1m 12s Multiple APIs and Data Modules 7m 4s Summary 1m 23sThroughput and Cost 22m 42s Measuring Performance 1m 35s Introducing Request Units 1m 29s Monitoring Request Unit Consumption 1m 37s Throughput Offers 3m 41s Provisioning Container Throughput 1m 16s Exceeding Provisioned Throughput 1m 36s Provisioning Database Throughput 3m 30s Whiteboarding the Cost 1m 39s Using the Capacity Calculator 1m 6s Pricing 2m 56s Summary 2m 11sHorizontal Partitioning 21m 32s Achieving Elastic Scale 2m 15s Understanding Logical Partitions 2m 43s Partition Splits 1m 1s Avoiding Hot Partitions 1m 38s Cross-partition Queries 2m 14s Choosing the Right Partition Key 1m 40s Common Partitioning Patterns 4m 47s Changing the Partition Key 2m 48s Summary 2m 21sGlobal Distribution 36m 29s Replication - Why? 1m 52s Enabling Global Distribution 1m 56s Demo: Global Applications 9m 21s Demo: Global Distribution 5m 47s Multi-master Conflict Resolution 3m 57s Demo: Conflicts Feed 3m 4s Replication and Consistency 2m 18s Five Consistency Levels 4m 55s Setting the Consistency Level 1m 49s Summary 1m 25sData Modeling and Migration 40m 23s What Is a Document Database? 2m 7s Relational vs. Document 3m 8s Denormalizing the Model 4m 59s Data Migration Options 3m 21s Demo: Simple Data Migration 9m 35s Demo: Migration with Denormalization 10m 34s Special Document Properties 4m 53s Summary 1m 43sQuerying with SQL 49m 24s Rich Query with SQL 1m 51s SQL Operators and Functions 1m 34s Demo: Simple SQL Query 7m 34s Demo: Scalar Expression Queries 4m 50s Demo: Query Operators and Built-in Functions 3m 51s Demo: Querying a Container 8m 11s Demo: Intra-document Joins 3m 24s Demo: Projections 1m 36s Demo: Range Queries and Sorting 1m 46s Demo: Subset Filtering 1m 40s Demo: Calculated Properties 1m 38s Demo: Aggregation Queries 5m 9s Demo: Spatial Queries 5m 41s Summary 32sProgramming with the .NET SDK 45m 39s Client Development 1m 13s Introducing the .NET SDK 2m 23s Demo: Getting Started with the .NET SDK 8m 53s Demo: Working with Databases 3m 27s Demo: Working with Containers 3m 8s Demo: Creating Documents 2m 49s Demo: Querying for Documents 2m 28s Demo: Stateful and Stateless Paging 5m 12s Demo: Streaming Iterators 3m 40s Demo: Querying with LINQ 42s Demo: Replacing and Deleting Documents 2m 9s Indexing Policies 2m 22s Demo: Custom Indexing 6m 7s Summary 58sAdvanced Programming Features 51m 2s Bulk Execution 3m 5s Demo: Bulk Execution 4m 57s Transactional Batch 55s Demo: Transactional Batch 6m 1s Introducing the Change Feed 1m 22s Using the Change Feed for Denormalization 1m 15s Demo: Creating an Azure Function for Change Feed Processing 8m 4s Server-side Programming Model 1m 54s Writing Server-side Code 1m 16s Demo: Creating Stored Procedures 2m 50s Demo: Hello World Stored Procedure 1m 45s Demo: Document Validation and Manipulation Stored Procedure 5m 39s Continuation Pattern for Bounded Execution 3m 3s Working with Triggers 1m 56s Creating User-defined Functions (UDFs) 1m 29s Demo: User-defined Functions (UDFs) 3m 34s Summary 1m 48sUsing the Table API for a Key-value Data Model 26m 26s What Is the Table API? 4m 8s SQL API vs. Table API 3m 5s Why Use the Table API? 2m 49s Demo: Simple Azure Table Storage Application 5m 6s Demo: Migrating from Azure Table Storage to Cosmos DB 6m 51s Demo: Upgrading to the Azure Cosmos DB Table SDK 2m 52s Summary 1m 33sUsing the Gremlin API for a Graph Data Model 52m 32s Cosmos DB Graph Database 2m 35s Graph Database Scenarios 1m 43s Vertices and Edges 3m 44s Populating the Graph 3m 38s Bi-directional Relationships 45s Demo: Creating a Simple Graph 7m 59s Writing Gremlin Queries 1m 4s Demo: Busy World Traveler 4m 54s Demo: Populating the Airport Graph 8m 9s Demo: Querying the Airport Graph 5m 26s Demo: Multi-model Comic Book Catalog 10m 45s Summary 1m 46s