Hote / cosmosdb-python

Jupyter Notebook with a tutorial on the Python SDK for Azure Cosmos DB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn the Python SDK for Cosmos DB with a Jupyter Notebook

As you probably know, Cosmos DB is a globally distributed, multi-model database service in Azure that supports document, key-value, wide-column, and graph databases.

Cosmos DB includes support for multiple Software Development Kits for programming languages such as Python. Multiple resources already exist that help to learn to use the Python SDK:

As opposed to documentation or code samples, Jupyter Notebooks offer a very interesting combination of rich text for explanations and pieces of code that can be executed independently from each other, which makes it ideal to learn a new technology.

Hence this repository containing a notebook that goes over the basic (and not so basic) concepts of using Cosmos DB with its Python SDK for the SQL API. You can run this repository from any system with Python 3.x, or using the free platform Azure Notebooks, where you have the option of importing Github repositories.

You will find a requirements.txt file in this repository including all required dependencies, you can install them using the pip command pip install -r requirements.txt

About

Jupyter Notebook with a tutorial on the Python SDK for Azure Cosmos DB


Languages

Language:Jupyter Notebook 99.6%Language:JavaScript 0.4%