Showing category results for Azure Cosmos DB for NoSQL

Dec 8, 2022
Post comments count0
Post likes count3

AltGraph – Graph workloads with Azure Cosmos DB for NoSQL

Chris Joakim
Chris Joakim

AltGraph is the idea of implementing “graph workloads” not with a graph database, but with the more general-purpose Azure Cosmos DB for NoSQL (formerly known as the “SQL API”).  Azure Cosmos DB for NoSQL is highly performant and offers the best integration with the rest of Azure.  It also offers the lowest learning curve since most of the industry ...

Azure Cosmos DB for NoSQL
Dec 1, 2022
Post comments count0
Post likes count4

Diagnosing & Troubleshooting 4 Common Client-side Issues in Azure Cosmos DB for NoSQL with Java SDK V4

Subhasish Ghosh
Subhasish Ghosh

Introduction Knowing how to effectively troubleshoot Azure Cosmos DB for NoSQL client-side performance issues is critical for using the service. This blog post will show you how you can leverage the Diagnostics property in the Azure Cosmos DB for NoSQL Java SDK V4 so you can design and operate highly available and scalable mission-critical applica...

Azure Cosmos DB for NoSQLTips and TricksJava SDK
Nov 15, 2022
Post comments count0
Post likes count3

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
Sep 28, 2022
Post comments count2
Post likes count2

Attention Developers: The Cloud-Scale Data for Spring Developers Quick Start Guide is Finally Here!

Ricky Diep
Ricky Diep

Overview  The purpose of this developer's quick start guide is to help you build cloud-native Java applications in Azure. You’ll gain insights about using NoSQL and why you should consider Azure Cosmos DB, our fully managed, distributed NoSQL database service on Azure.  These insights are designed to be useful, starting with a NoSQL backgroun...

Java SDKAzure Cosmos DB for NoSQLChange Feed
Sep 27, 2022
Post comments count1
Post likes count4

Build and deploy containerized apps with Azure Kubernetes Service & Azure Cosmos DB

Sandeep S. Nair
Sandeep S. Nair

In today’s digital world, customers expect applications to be feature rich, tailored to their needs, and delivered quickly. For the modern-day business to survive and thrive, applications need to evolve quickly, scale fast and be highly resilient. Businesses need swift innovation through cloud-native architectures to meet these growing customer exp...

Azure Cosmos DB for NoSQL
Sep 22, 2022
Post comments count0
Post likes count3

IntelliJ support for Azure Cosmos DB!

Theo van Kraay
Theo van Kraay

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
Sep 8, 2022
Post comments count1
Post likes count2

Load and visualize Covid-19 case data with the integrated Power BI experience

Paul DeCarlo
Paul DeCarlo

How have major cities like London and New York been affected by Covid-19 and how can we use historical data to explore how these effects might impact us in a post-Covid world?  This was the question posed at a Microsoft Data + AI Hackathon held in partnership with the University of Oxford and Observable HQ at the New York City Reactor Meetup space ...

Azure Cosmos DB for NoSQL
Aug 31, 2022
Post comments count0
Post likes count3

Announcing General Availability of Azure Cosmos DB integrated cache

Justine Cocchi
Justine Cocchi

Reduce costs and latency for read-heavy workloads with Azure Cosmos DB integrated cache, an in-memory cache that’s now generally available. In addition to increasing speed and decreasing costs, adding an integrated cache simplifies your architecture and application complexity, allowing you to focus on building your business logic. The integrated ca...

Azure Cosmos DB for NoSQLAnnouncements
Aug 30, 2022
Post comments count0
Post likes count0

Intra-account container copy jobs for Core (SQL) and Cassandra API accounts (Preview)

Shweta Nayak
Shweta Nayak

Announcing the preview for Intra-account container copy jobs. This functionality helps create offline copies of containers for Azure Cosmos DB for both Core (SQL) API and Cassandra API using Azure CLI. When to use The container copy feature for Azure Cosmos DB is helpful for the following scenarios: Steps to use intra...

AnnouncementsAzure Cosmos DB for NoSQLAzure Cosmos DB for Apache Cassandra
Aug 19, 2022
Post comments count2
Post likes count2

Write a Python data layer with Azure Cosmos DB and FastAPI

Abhinav Tripathi
Abhinav Tripathi

In this article, we will demonstrate how to build a data layer in Python for Azure Cosmos DB using FastAPI, a web framework for building and testing Python APIs. To demonstrate this, we will leverage the To Do App Quickstart in our docs. This app shows simple CRUD operations (insert, update, list and delete) using a simple data model for a To-Do i...

Azure Cosmos DB for NoSQLTips and TricksPython SDK