Throughout my career architecting distributed systems, few database decisions have proven as consequential as choosing the right globally distributed data platform. Azure Cosmos DB represents Microsoft’s answer to the challenge of building planet-scale applications—a fully managed NoSQL database service that delivers single-digit millisecond latency anywhere in the world. After implementing Cosmos DB across numerous enterprise… Continue reading
Tag: NoSQL
Getting Started local development with Azure Cosmos DB services – Part 1
Azure Cosmos DB is a multi-API, multi-model highly scalable NoSQL database services from Microsoft Azure platform. In order to develop an application consuming Azure Cosmos DB requires an azure live subscription or emulator in your local machine. The Azure Cosmos DB Emulator provides a local development/test environment for Azure Cosmos DB development purposes. Using Azure… Continue reading