Posts by this author

Jan 26, 2023
Post comments count0
Post likes count2

Latest NoSQL Java Ecosystem Updates 2022 Q3 & Q4

We're always busy adding new features, fixes, patches, and improvements to our Java-based client libraries for Azure Cosmos DB API for NoSQL. In this regular blog series we'll share highlights of recent updates in the last period.   July - December 2022 updates   Spark 3.3 support Cloud-n...

Azure Cosmos DB for NoSQLNewsJava SDK
Jan 10, 2023
Post comments count0
Post likes count2

Azure Cosmos DB API for NoSQL – The Java Ecosystem

The largest external customers of Azure Cosmos DB API for NoSQL, running some of the biggest and most mission critical workloads in Azure, are primarily Java users! In this blog we'll give you a quick run-down of all our supported Java-based client libraries, including our battle-tested core Java SDK, its key supported features, and where to go ...

Azure Cosmos DB for NoSQLJava SDKChange Feed
Nov 15, 2022
Post comments count0
Post likes count3

More IntelliJ support for Azure Cosmos DB!

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
Sep 22, 2022
Post comments count0
Post likes count3

IntelliJ support for Azure Cosmos DB!

We're excited to announce that the Azure ToolKit for IntelliJ plugin now includes support for Azure Cosmos DB! 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 develop, configure, test, and deploy highly available and scalable Jav...

Azure Cosmos DB for NoSQLAzure Cosmos DB for MongoDBTips and Tricks
Jul 28, 2022
Post comments count0
Post likes count3

Explore Azure Managed Instance for Apache Cassandra’s new features

At Microsoft Ignite last November, we announced the general availability of Azure Managed Instance for Apache Cassandra, an Azure service that hosts open-source Apache Cassandra clusters, with automated deployment, scaling, and management operations all built into the service. In this blog, we give a quick recap of what this service has to offer (c...

Azure Cosmos DB for Apache CassandraAnnouncements
May 10, 2021
Post comments count0
Post likes count0

Cassandra API Recommendations for Java

Check out the latest recommendations for using Java V4 Cassandra Driver with Azure Cosmos DB's Cassandra API. We've created a custom Java extension that you can implement without any code changes, for a better overall experience.

Tips and TricksAzure Cosmos DB for Apache Cassandra
Mar 2, 2021
Post comments count0
Post likes count0

Now in preview: Azure Managed Instance for Apache Cassandra

Today at Microsoft Ignite, we announced Azure Managed Instance for Apache Cassandra in public preview. Azure Managed Instance for Apache Cassandra provides the ability to provision managed native Apache Cassandra clusters, with automated deployment and scaling operations, accelerating hybrid scenarios and reducing ongoing maintenance. Why are ...

Azure Cosmos DB for Apache CassandraAnnouncements
Nov 12, 2020
Post comments count0
Post likes count0

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
Post comments count3
Post likes count0

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