Cosmos DB

Information On PostgreSQL Coming To Azure Cosmos DB.

Submitted by DataPrimeCloud on Mon, 11/14/2022 - 07:46

Distributed PostgreSQL comes to Azure Cosmos DB.  PostgreSQL is a open source object-relational database system with over 35 years of active development.  PostgreSQL is used as the primary data store or data warehouse for many web, mobile, geospatial, and analytics applications.

Information On Adding Cosmos DB and Blob Storage For A Node Web App.

Submitted by DataPrimeCloud on Fri, 06/03/2022 - 08:25

How to add Cosmos DB and Blob Storage for your Node web app. Azure Cosmos DB is Microsoft's proprietary globally distributed, multi-model database service "for managing data at planet-scale. It is schema-agnostic, horizontally scalable, and generally classified as a NoSQL database. Introduction to Azure Blob storage.

Information On Azure Databases for Visual Studio Code.

Submitted by DataPrimeCloud on Mon, 02/28/2022 - 07:21

Information on Azure Databases for Visual Studio Code.  With Azure databases user’s can have their databases on premise, example in a data center, or in the cloud using scrapbooks, with rich Intellisense, users then connect to Azure to manage their PostgreSQL and Cosmos DB databases, with support for MongoDB, Graph Gremlin, and SQL.  Visual Studio Code is a graphical code editor for Linux, macOS, and Windows. It supports extensions, including the mssql extension for querying a SQL Server instance, Azure SQL Database, an Azure SQL Managed Instance. 

Information On Cosmos DB Costs, Estimation and Optimizations of Cost.

Submitted by DataPrimeCloud on Tue, 03/03/2020 - 07:58

Video from “Microsoft Azure“ YouTube page talking tools and tips to optimize cost and performance with Azure Cosmos DB.  Three items cover in this video is Azure Cosmos DB pricing, estimate Azure Cosmos DB costs, and optimizations for existing Azure Cosmos DB apps.  Link below to the video, with more information and real-world examples of how to estimate cost.

Click here for video.

 

Information on Quest Spotlight Cloud Solution.

Submitted by DataPrimeCloud on Fri, 07/12/2019 - 22:00

For this post, I am going to share a blog I found on Microsoft's website. Quest builds Spotlight Cloud solution with Microsoft Azure Cloud Services. Here is some background information on Quest, they have been providing software solutions for enterprise IT since 1987.

Information on Changing a Feed in Azure Cosmos DB.

Submitted by DataPrimeCloud on Mon, 02/11/2019 - 00:10

Found this on Twitter, article talking about changing a feed in Azure Cosmos DB. Change feed support in Azure Cosmos DB works by listening to an Azure Cosmos DB container for any changes, then makes changes base on what is happen. Example from the article why would changing a feed happen in Azure Cosmos DB, "triggering a notification or a call to an API, when an item is inserted or updated."

The change feed in Azure Cosmos DB is a tool that enables a user to build efficient and scalable solutions, link below to a article with more information, and cases and scenarios examples.