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...