Data Science & Developer Roadmaps with Chat & Free Learning Resources

Python + Azure Cosmos DB

 Towards Data Science

Azure Cosmos DB is a globally distributed, multi-model database service that is elastically scalable and extremely fast. The fact that it is globally distributed means that it is an excellent…

Read more at Towards Data Science | Find similar documents

Azure Cosmos DB: Use Cases and Trade-Offs

 Towards Data Science

Azure Cosmos DB is a fully managed, elastically scalable and globally distributed database with a multi-model approach, and provides you with the ability to use document, key-value, wide-column, or…

Read more at Towards Data Science | Find similar documents

How to do advanced analytics on graph data in Azure Cosmos DB

 Towards Data Science

Azure Cosmos DB is a fully managed multi-database service. It enables you to build highly responsive applications worldwide. As part of Cosmos DB, Gremlin is supported for graph databases. Since…

Read more at Towards Data Science | Find similar documents

Diving into Gremlin queries in Azure Cosmos DB

 Towards Data Science

Thanks to the Gremlin API offering of Azure Cosmos DB, we can build globally distributed databases that store and operate on graph data. We can perform graph queries in Cosmos DB using the Gremlin…

Read more at Towards Data Science | Find similar documents

Understanding Autopilot Mode in Azure Cosmos DB

 Towards Data Science

In November 2019, The Azure Cosmos DB team announced a bunch of cool features that makes developing and administrating Cosmos DB applications a lot easier. My favorite feature by far is the new…

Read more at Towards Data Science | Find similar documents

Getting Started with Graph Databases in Azure Cosmos DB

 Towards Data Science

In Azure Cosmos DB, we can build graph databases using the Gremlin API offering. Like many up and coming trends in the data universe, you may hear people talk about Graph databases and roll your eyes…...

Read more at Towards Data Science | Find similar documents

Exploring built-in Jupyter Notebooks in Azure Cosmos DB

 Towards Data Science

In May 2019, The Cosmos DB team announced the preview of running Jupyter notebooks inside Cosmos DB accounts. The feature became publicly available in September 2019 and it’s available for all Cosmos…...

Read more at Towards Data Science | Find similar documents

Working with Azure Cosmos DB in your Azure Functions

 Towards Data Science

Developing Azure Functions that use Azure Cosmos DB as a data-store is quite simple to achieve. We can invoke our Azure Functions with a CosmosDB Trigger, we can use input and output bindings to get…

Read more at Towards Data Science | Find similar documents

Cosmos DB: Fastest Way(s) to Insert Data with the Python SDK

 Level Up Coding

N o, this article does not consider usage of the Cosmos DB Spark Connector for simplicity. Plus, you will soon find out that there will be too many numbers ahead to crunch that you wish I had not brou...

Read more at Level Up Coding | Find similar documents

Increasing Private Endpoint HA with Multi-Region Cosmos DB (Part 1)

 Level Up Coding

Maximize your private endpoint high availability on your multi-region Cosmos DB by adopting the “active-active” methodology Continue reading on Level Up Coding

Read more at Level Up Coding | Find similar documents

How to Get Cosmos DB Partition Count Via Python

 Python in Plain English

Use Python to get a real-time glimpse of the number of physical partitions belonging to your Cosmos DB database/containers Continue reading on Python in Plain English

Read more at Python in Plain English | Find similar documents

Working with the Azure Cosmos DB Change Feed Processor in C#

 Level Up Coding

As part of v3 of the Azure Cosmos DB .NET SDK, The Cosmos DB integrated the Change Feed Processor as part of the library. Previously in v2, it had it’s own library that you had to download separately…...

Read more at Level Up Coding | Find similar documents