Showing results for Data Architecture - Azure Cosmos DB Blog

Feb 22, 2024
0
2

MongoDB to Azure Cosmos DB for NoSQL Migration – Learnings from Java SDK V4 Micro-Optimizations

Subhasish Ghosh Theo van Kraay
Subhasish,
Theo

The authors wish to thank Govind Kanshi (Principal PM Manager), Abinav Rameesh (Principal PM Manager), Kushagra Thapar (Principal Engineering Manager), Annie Liang (Sr. Software Engineer) and Faiz Chachiya (Sr. Cloud Solution Architect, CSU) for their valuable insights, and contributions during the Proof-of-Concept (PoC). Introduction  Azure ...

Azure Cosmos DB for NoSQLTips and TricksJava SDK
Jan 8, 2024
0
4

Best Practices for Re-modeling Graph database to Azure Cosmos DB for NoSQL

Subhasish Ghosh Faiz Chachiya Sandeep S. Nair
Subhasish,
Faiz,
Sandeep

Introduction Azure Cosmos DB is Microsoft's premier fully managed NoSQL database for modern app development. It is ideal for solutions including artificial intelligence, digital commerce, Internet of Things, booking management and other types of use cases. It offers single-digit millisecond response times, automatic and instant scalability along ...

Tips and TricksMigrationData Architecture
Sep 7, 2023
0
5

Azure Cosmos DB design patterns – Part 1: Attribute array

Jay Gordon
Jay Gordon

Over the years, customers have asked us for help in designing applications around specific scenarios they were trying to achieve. In some cases, these centered around implementing certain patterns using a JSON-based NoSQL database. Some of these patterns are very common in the NoSQL world, but not well understood by those new to NoSQL databases...

Azure Cosmos DB for NoSQLTips and TricksData Architecture
Sep 5, 2023
0
3

4 Design Patterns to Deal with Large Item Sizes in Azure Cosmos DB for NoSQL

Subhasish Ghosh
Subhasish Ghosh

Introduction  A recommended best practice in Azure Cosmos DB for NoSQL is to avoid overly large item sizes. An Azure Cosmos DB item can represent either a document in a container, a row in a table, or a node or edge in a graph, depending on which API you use. Though the maximum size of an item allowed in Azure Cosmos DB for NoSQL is 2 MB, it is ...

Azure Cosmos DB for NoSQLTips and TricksData Architecture
May 18, 2022
0
0

Azure Cosmos DB Live TV Episode 43 – Data Modeling for the Relational Mind

Jay Gordon Mark Brown
Jay,
Mark

Azure Cosmos DB Live TV returns with episode 43, where Principal Program Manager, Mark Brown and Microsoft MVP Sarah Dutkiewicz showcase how the relational mind can into the nonrelational side by looking at the differences in data modeling. They will walk through a common scenario and how relational modeling differs from modeling for document ...

Data ArchitectureCustomers
Sep 9, 2021
4
0

Getting started with Azure Cosmos DB – end to end example

Cyrille Visser
Cyrille Visser

Understand how to create your first Azure Cosmos DB implementation with this two-part series. From when and why to choose a NoSQL database to creating containers and selecting an API, follow this end-to-end example to walk through the steps you'll take to get started.

Data ArchitectureAzure Cosmos DB for NoSQL
Dec 14, 2020
0
0

Integrating Azure Cosmos DB Cassandra API with Apache Kafka using Kafka Connect

Abhishek Gupta
Abhishek Gupta

Azure Cosmos DB Cassandra API is a fully managed cloud service that is compatible with Cassandra Query Language (CQL) v3.11 API. It has no operational overhead and you can benefit from all the underlying Azure Cosmos DB capabilities such as global distribution, automatic scale out partitioning, availability and latency guarantees, encryption at ...

Azure Cosmos DB for Apache CassandraMigrationData Architecture

Feedback