Showing results for Azure Cosmos DB - Azure Cosmos DB Blog

May 23, 2023
20
3

Announcing Materialized Views for Azure Cosmos DB for NoSQL (Preview)

Abhinav Tripathi
Abhinav Tripathi

When designing an application using Azure Cosmos DB, users are required to select a Partition Key from among the properties stored for each item, and the value in the Partition Key is used to scale out their data. Users can avoid costly cross partition queries by correctly using the Partition Key in their queries but in many cases, it can be diffic...

Azure Cosmos DB for NoSQL
Jan 24, 2023
0
4

Performance Improvements in Azure Cosmos DB Kafka Connector

Ricky Diep Marcelo Fonseca Sergiy Smyrnov
Ricky,
Marcelo,
Sergiy

Overview Azure Cosmos DB Kafka connector had been updated recently and several new features were delivered as part of the v1.6.0 release based on the feedback and requirements of several customers implementing it as part of their application modernization journey. In this blog post – I will share details about those improvements and introduce you ...

Azure Cosmos DB for NoSQL
Jan 24, 2023
0
0

Azure Cosmos DB & Power BI Incremental Refresh

Alp Kaya John Dohoney
Alp,
John

Abstract Data Collection has become a daunting task with the ever-growing amount of data.  The growth of data makes reporting tasks an operational challenge due to the processing time requirements imposed by technical limitations in many business intelligence tools. The paper outlines the incremental refresh capability of Microsoft’s Power BI and ...

Azure Cosmos DB for NoSQL
Nov 15, 2022
0
3

More IntelliJ support for Azure Cosmos DB!

Theo van Kraay
Theo van Kraay

In September we announced that the Azure ToolKit for IntelliJ plugin now includes support for Azure Cosmos DB. Check out that blog here. This month, we've added more features! IntelliJ IDEA is an integrated development environment (IDE) for Java, Kotlin, Groovy, and other JVM-based languages. The Azure plugin allows Java developers to easily dev...

Azure Cosmos DB for NoSQLAnnouncementsAzure Cosmos DB for MongoDB
Nov 8, 2022
0
0

Are you up for the Azure Cosmos DB Cloud Skills Challenge!?

Jay Gordon
Jay Gordon

The Azure Cosmos DB Developer Cloud Skills Challenge is here! This is a chance to expand your knowledge of Azure Cosmos DB on the road to certification. The challenge helps developers DP-420 Designing and Implementing Cloud-Native Applications Using Microsoft Azure Cosmos DB certification. You’ll also receive 50% off certification testing if you co...

Announcements
Jun 28, 2022
0
1

Benchmarking Data Migration from Cassandra to Azure Cosmos DB Cassandra API

Alp Kaya Akash Shankaran
Alp,
Akash

About the authors:  Akash & Alp We are working with many customers who for a variety of reasons such as not having to deal with patching the O/S, upgrades, scalability, etc. are looking to move their Cassandra IaaS workloads to Azure and one of the destinations is Azure Cosmos DB Cassandra API. We wanted to explore and dive deeper into perfo...

Azure Cosmos DB for Apache CassandraTips and TricksMigration
Mar 2, 2021
4
0

Role-based access control with Azure AD now in preview

Thomas Weiss
Thomas Weiss

Role-based access controls are now in public preview for Azure Cosmos DB Core (SQL) API. They offer fine-grained control over permissions and add a new layer of security to your databases.

SecurityAzure Cosmos DB for NoSQLAnnouncements
Oct 7, 2020
14
0

Azure Cosmos DB Repository .NET SDK v.1.0.4

David Pine
David Pine

David Pine shares the unofficial Azure Cosmos DB Repository .NET SDK. The repository SDK aims to simplify the consumption of Azure Cosmos DB by abstracting away some of the complexities of the existing .NET SDK and exposes a modern generic repository pattern-based interface.

AnnouncementsAzure Cosmos DB for NoSQL