- Azure Cosmos DB is a globally distributed, multi-model database service.
- At the lowest level, Azure Cosmos DB stores data in atom-record-sequence (ARS) format.
- The data is then abstracted and projected as an API (SQL, MongoDB, Cassandra, Tables, and Gremlin).
Search This Blog
Fundamentals of Azure Cosmos DB
Labels:
Azure,
data-store

-
Need to create a new login and new user with the lowest possible priveledges. New login can be created in the 'master' database only...
-
Issue: az login redirects to https://localhost:8400 and we get below error: This site can’t provide a secure connection localhost sent an in...
-
Angular application architecture Component Control a part of UI Defined using the @Component decorator Contains template: loads view for the...