Skip to content

Commit eae3683

Browse files
committed
content additions.
1 parent 3e03a2b commit eae3683

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

01_Overview_Cosmos_DB/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
# Overview of Azure Cosmos DB (high-level with links to docs for more information)
22

3-
43
https://learn.microsoft.com/en-us/azure/cosmos-db/introduction
54

65
Azure Cosmos DB is a globally distributed, multi-model database service that enables you to query and store data using NoSQL models using one of five APIs: SQL (document database), Cassandra (column-family), MongoDB (document database), Azure Table, and Gremlin (graph database). It provides turnkey global distribution, elastic scaling of throughput and storage worldwide, single-digit millisecond latencies at the 99th percentile, and guaranteed high availability with multi-homing capabilities. Azure Cosmos DB provides comprehensive service level agreements (SLAs) for throughput, latency, availability, and consistency guarantees, something not found in any other database service.
76

87
## Azure Cosmos DB for Mongo DB
8+
9+
Azure Cosmos DB for MongoDB simplifies utilizing Azure Cosmos DB as a MongoDB database. You can leverage your current MongoDB expertise and still use your preferred MongoDB drivers, SDKs, and tools simply by directing your application to the connection string for your account.
10+
911
### RU Architecture
12+
13+
The RU architecture for Azure Cosmos DB for MongoDB offers instantaneous scalability with zero warmup period, automatic and transparent sharding, and 99.999% availability. It supports active-active databases across multiple regions, cost-efficient, granular, and unlimited scalability, real-time analytics, and serverless deployments where you pay only per operation.
14+
1015
### vCore Architecture
16+
17+
Azure Cosmos DB for MongoDB vCore integrates AI-based applications with your data, with text indexing for easy querying. Simplify your development process with high-capacity vertical scaling and free 35 day backups with point in time restore (PITR).
18+
1119
### comparison?
1220
### Reference
1321
https://learn.microsoft.com/en-us/azure/cosmos-db/mongodb/introduction

0 commit comments

Comments
 (0)