From the course: Exploring Performance and Scale with Data Options in Azure

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Overview of Cosmos DB

Overview of Cosmos DB - Azure Tutorial

From the course: Exploring Performance and Scale with Data Options in Azure

Start my 1-month free trial

Overview of Cosmos DB

- [Instructor] If we look at other options in Azure, things like NoSQL or Not Only SQL services, like Cosmos Database, Azure Storage, Redis Cache, we can see that these are more of a partition data management system that includes a number of different types of data that we can store. It's schema-less, it's very scalable, there's a lot of great things about this. I want to talk about Cosmos. Cosmos Database is a multi-model and multi-API offering and what that means is that you can use a model that matches out to what you're used to using. If you're using Cassandra or you're using Mongo, the Cosmos Database exposes its operations to those APIs directly and it supports the wire protocol for each of those. It also has a Azure Table service API as well a SQL which allows us to do more of a document kind of a database. One thing about Cosmos is that it allows us to have consistency across multiple locations. And there's…

Contents