Introduction to Azure Cosmos DB - Core SQL API and Python

Опубликовано: 28 Сентябрь 2024
на канале: Apostolos Athanasiou
1,611
44

This video is a quick and simple introduction to Azure Cosmos DB, the basic features and the Core SQL API. We go through the sample project provided by Azure and see how to use Python to manage containers and perform CRUD operations in Cosmos DB. We also see how to perform queries in Cosmos DB utilizing the SQL editor on Azure portal. The whole video is based on the sample demo provided by Azure, just create a project on your own using the free Tier to test it yourself.


Follow me on social media:
LinkedIn:   / apostolos-athanasiou-9a0baa119  
GitHub: https://github.com/apostolos1927
Facebook: https://www.facebook.com/profile.php?...


00:00 - Intro
01:52 - Basic Concepts of Azure Cosmos DB
06:16 - Creating sample project and going through the Python code
17:21 - Running basic queries on Azure SQL editor
24:40 - Conclusion