Click here to Skip to main content
15,887,214 members
Articles / Hosted Services / Azure

Modernizing Python Apps and Data on Azure - Part 5: Data Modernization

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
3 May 2022CPOL8 min read 4.2K   2  
How to create a Cosmos DB database, then adapt our app to work with it using the Djongo Mapper and Cosmos DB’s MongoDB API
This is Part 5 of a 6-part series that demonstrates how to take a monolithic Python application and gradually modernize both the application and its data using Azure tools and services. This article shows how to configure a new cloud database with Azure Cosmos DB API for MongoDB, migrate our Azure Database for PostgreSQL, and connect our app to the new MongoDB database.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Modernizing Python Apps and Data on Azure View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Instructor / Trainer Alura Cursos Online
Brazil Brazil

Comments and Discussions