by George Chrysovaladis Grammatikos | Dec 22, 2019 | Azure, Azure SQL Database, NoSQL
By reading this post, you will be able to compare and choose the right one service for our database deployments (SQL or NoSQL). Definition SQL: A relational database management system (RDBMS) is a program that lets you create, update, and administer a relational...
by George Chrysovaladis Grammatikos | Jun 24, 2018 | Azure, NoSQL
In this post, we learn how to measure up Cosmos DB performance, how to monitor this service and finally how we can calculate the consumption. So, performance can be measured in two ways, latency, and throughput. Latency is the waiting time until responding to a given...
by George Chrysovaladis Grammatikos | Jun 5, 2018 | Azure, NoSQL
In my previous article I talk about Azure Cosmos DB. In this post, I will describe in simple steps how you can deploy a web app with an Azure Cosmos DB on the back end. Prerequisites : Azure Cosmos DB account with SQL API Azure Web App Service Visual Studio 2015 or...
by George Chrysovaladis Grammatikos | May 16, 2018 | Azure, NoSQL
In my previous post i wrote about Azure Cosmos DB. In this one i will talk about migration methods to Cosmos DB. Download Azure Document DB migration tool from here. DocumentDB Data Migration Tool gives you the ability to migrate data from different sources to Cosmos...
by George Chrysovaladis Grammatikos | May 15, 2018 | Azure, NoSQL
Azure Cosmos DB is a No SQL database and is an expansion of Document DB features. In a few words with Cosmos DB, you can handle your data using document (JSON), key-value and graph database globally. Benefits of Cosmos DB Scalability Horizontal scale – out, easy way...