Posts by this author

Nov 12, 2020
0
0

Azure Cosmos DB Cassandra API serverless now in preview!

Azure Cosmos DB serverless is now available for the Cassandra API. Get an overview of this new option, a walk-through on getting started, and tips for choosing between serverless and provisioned throughput for your database operations.

AnnouncementsAzure Cosmos DB for Apache Cassandra
Sep 15, 2020
3
0

Bulk Updates with Optimistic Concurrency Control

How to support bulk updates in Azure Cosmos DB with Optimistic concurrency control. In this sample, we use Core (SQL) API to bulk update vertices in a graph hosted in Gremlin API!

Azure Cosmos DB for Apache GremlinAzure Cosmos DB for NoSQLTips and Tricks
Apr 27, 2020
2
2

How to change your partition key in Azure Cosmos DB

Searching for how to change your partition key in Azure Cosmos DB? You have come to the right place! Learn how to achieve this by leveraging Change Feed and Bulk Execution features in Azure Cosmos DB to live migrate containers.

Tips and TricksAzure Cosmos DB for NoSQLChange Feed
Mar 13, 2020
1
0

Create a Java Azure Cosmos DB Function Trigger using Visual Studio Code in 2 minutes!

  Creating event sourcing solutions with Azure Cosmos DB is easy with Azure Functions Triggers, where you can leverage the Change Feed Processor's powerful scaling and reliable event detection functionality, without the need to maintain any worker infrastructure. You can just focus on your Azure Function's logic without worrying about the r...

Change FeedTips and TricksJava SDK
Mar 11, 2020
3
0

Create a .NET Azure Cosmos DB Function Trigger using Visual Studio Code in 2 minutes!

  Creating event sourcing solutions with Azure Cosmos DB is easy with Azure Functions Triggers, where you can leverage the Change Feed Processor's powerful scaling and reliable event detection functionality, without the need to maintain any worker infrastructure. You can just focus on your Azure Function's logic without worrying about the r...

Tips and Tricks
Dec 2, 2019
0
0

Announcing: Change Feed support for Azure Cosmos DB’s Cassandra API

Azure Cosmos DB now has GA support for Change Feed for its Cassandra API. This now allows users of Azure Cosmos DB's Cassandra API to get the same great advantages of using Change Feed as enjoyed by users of SQL (Core) API and MongoDB API. What is Change Feed? Azure Cosmos DB's Change Feed is a persistent log of documents within a container. A co...

Azure Cosmos DB for Apache CassandraTips and TricksChange Feed
Nov 21, 2019
0
0

Announcing Live Data Migration from Cassandra to Azure Cosmos DB

We are excited to announce the ability to live migrate data from Apache Cassandra to Azure Cosmos DB Cassandra API account. This allows you to migrate on-premises Cassandra workloads to Azure with minimum downtime.

Azure Cosmos DB for Apache CassandraAnnouncements