DEV Community

Cover image for Using Python for MongoDB in Azure CosmosDB
Wriju's Blog
Wriju's Blog

Posted on

Using Python for MongoDB in Azure CosmosDB

Azure CosmosDB supports MongoDB API and one of the many libraries available for MongoDB API is Python. This is popularly known as PyMongo.

In this video I'm gonna demonstrate how you can write simple Python code using PyMongo to connect to CosmosDB Database and then Insert some records and retrieve.

Latest comments (1)

Collapse
 
abs7992 profile image
Abs7992

Thank You so much for making this content.
Well explained.