- 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
AI, Data Science & Cloud Certificates from Google, IBM & Meta
Master Windows Internals - Kernel Programming, Debugging & Architecture
Overview
Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
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