Showing results for FastAPI - Azure Cosmos DB Blog

Aug 19, 2022
2
1

Write a Python data layer with Azure Cosmos DB and FastAPI

Abhinav Tripathi
Abhinav Tripathi

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

Azure Cosmos DB for NoSQLTips and TricksPython SDK