If you are a web developer then the understanding of cloud platforms has become a necessity.
Azure Cosmos DB gives you the edge when it comes to NoSQL Databases on Cloud
In this course we will be exploring the nitty gritty of Cosmos DB
In this course we will learn
1. What is Cosmos DB
2. How to Create Cosmos DB Database
3. How to do Data Import
4. How to to Data Manipulation
5. How to Update Collections
6. How to do Querying
7. Deleting a Collection/Item
8. Indexing
So let's start learning Cosmos DB
Azure Cosmos DB
Introduction
Prerequisites
Data import
Create Azure Cosmos DB
Create Database and Collection
Create Collection with custom indexing
change collection throughput
Add An Item To a Collection
Exporting JSON data to a Collection
Data Manipulation
Read data from a collection
Read selected data from a collection
Creating a stored procedure
Calling a stored procedure
Creating a parameterized stored procedure and calling it via Azure API
User Defined Functions
Triggers
Updating Collections
Updating items in a Collection
Querying
Multiple ways to select all
Parallel Query
Query with SQL Parameters
Query with filter and projection
Query with equality and inequality
Range Operations
Deletion
Deleting an item from Collection
Indexing
Setting up Indexing at Document Level
Setting up Indexing at Collection Level
Exclude Path - Manage Indexing in nested level items
Range Indexing
Range Index on Strings
Alter Indexing dynamically
Conclusion and Code Download