Azure Cosmos DB Blog

The latest news, updates and technical insights from the Azure Cosmos DB team

Write a Python data layer with Azure Cosmos DB and FastAPI

In this article, we will demonstrate how to build a data layer in Python for Azure Cosmos DB using FastAPI, a web framework for building and testing Python APIs. To demonstrate this, we will leverage the To Do App Quickstart in our docs. This app shows simple CRUD operations (insert, update, list and delete) using a simple data model for a To...

Run parallel CRUD operations with Python Async IO for Azure Cosmos DB

Async IO support for Azure Cosmos DB Python SDK, an important and much-anticipated capability, is now generally available (GA) for Python developers, data scientists, and any other professional that uses our Azure Cosmos DB Python SDK. Benefits Async IO support makes it easier to run multiple IO operations in parallel. The main advantage ...