- Learn about the Azure Cosmos DB libraries, and then download the libraries to use in a .NET, Python, or JavaScript (Node.JS) application.
After completing this module, you'll be able to:
Integrate the Microsoft .NET, Python, and JavaScript Azure Cosmos DB SDK libraries using package managers
Connect to an Azure Cosmos DB for NoSQL account using an SDK and .NET, Python, or JavaScript
- Learn how to configure the Azure Cosmos DB for NoSQL SDK in various ways including how to integrate with the emulator, implement parallelism, and create a custom logger.
After completing this module, you'll be able to:
- Configure the SDK for offline development
- Troubleshoot common connection errors
- Implement parallelism in the SDK
- Configure logging using the SDK
Free courses from frontend to fullstack and AI
PowerBI Data Analyst - Create visualizations and dashboards from scratch
Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Syllabus
- Use the Azure Cosmos DB for NoSQL SDK
- Introduction
- Understand the SDK
- Import from package manager
- Connect to an online account
- Implement client singleton
- Configure connectivity mode
- Exercise: Connect to Azure Cosmos DB for NoSQL with the SDK
- Knowledge check
- Summary
- Configure the Azure Cosmos DB for NoSQL SDK
- Introduction
- Enable offline development
- Handle connection errors
- Implement threading and parallelism
- Configure logging
- Exercise: Configure the Azure Cosmos DB for NoSQL SDK for offline development
- Knowledge check
- Summary