Posts

Showing posts with the label Always Free

Always free Mongo DB compatible Azure Cosmos DB instances

Image
The Azure Mongo DB version of Cosmos DB provides a sharable, scalable way of working with MongoDB across sites, different teams or different machines. I have a couple development machines and am always looking for ways to work with the same dataset independent of my current physical location and of the developer machine platform I'm using. Always Free Cosmos DB - Mongo DB Microsoft Azure has a Cosmos DB for MongoDB free tier offering. MongoDB (vCORE) has its own SKU (at this time). This means you may be able to use free tier Mongo DB and the free tier standard Cosmos DB You get a dedicated MongoDB cluster with 32 GB storage. The docs don't mention any compute or RU/s limit. From the docs Azure Cosmos DB for MongoDB (vCore) now introduces a new SKU, the "Free Tier," enabling users to explore the platform without any financial commitments. The free tier lasts for the lifetime of your account, boasting command and feature parity with a regular Azure Cosmos DB for MongoDB...

Always free Apache Gremlin graph compatible Azure Cosmos DB instances

Image
Cosmos DB has an Apache Tinkerpop /Gremlin, compatible persona that lets you run Gremlin Graph queries against a Cosmos DB data store.  This tool can be useful in a shared database in a personal project or startup situation. Cosmos DB Gremlin is targeted at teams migrating into Azure and off of some other COT product. Azure has an always-free tier Cosmos DB Gremlin instance offering reasonable limits and some compatibility constraints. Usage limits for the free tier are mentioned below. Caveat Emptor Microsoft is dropping Graph support in their Azure Databases VSCode extension. Microsoft's Cosmos DB Gremlin support document  that Cosmos DB is compatible with Gremlin 3.4 version drivers.  Later versions of Gremlin drivers don't work with Cosmos DB. At the time of this article, CAzure Cosmos DB supports the JSON format. It does not support the Gremlin bytecode format.  This means it doesn't work with some driver optimizations and libraries. What is gremlin Look at Kelv...

Spinning up an Azure SQL always-free database

Image
I wanted to do a quick prototype with a friend and we wanted a common database so we looked for a developer-grade free cloud product that we could both reach from our developer machines Azure has a free tier or promotional program that makes it easy to learn about Azure or create prototypes and demos at a low cost. There are two levels of free.   Free for the first 12 months you have your account. Always free I've had my Azure account for a few years so I only have access to the  always free  tier.  This page lists all the always free services. Azure has two free-tier options: Cosmos DB  and Azure SQL Database .  We decided to go with the Azure SQL database because it has SQL in the name instead of using Cosmos DB and its SQL persona. Always Free Azure Databases Microsoft offers an "Always" free tier for two of their databases Azure SQL and Cosmos DB. They are free below a certain level of consumption.   Cosmos DB Here are a few links ...