|
1 | | -# Azure CosmosDB Client Library for Java |
| 1 | +# Azure Cosmos DB Client Library for Java |
2 | 2 |
|
3 | 3 | Azure Cosmos DB is Microsoft’s globally distributed, multi-model database service for operational and analytics workloads. It offers multi-mastering feature by automatically scaling throughput, compute, and storage. |
4 | 4 | This project provides SDK library in Java for interacting with [SQL API][sql_api_query] of [Azure Cosmos DB Database Service][cosmos_introduction]. |
@@ -68,7 +68,7 @@ The SDK provides Reactor Core based async APIs. You can read more about Reactor |
68 | 68 |
|
69 | 69 | ### Authenticate the client |
70 | 70 |
|
71 | | -In order to interact with the Azure CosmosDB service you'll need to create an instance of the Cosmos Client class. To make this possible you will need an url and key of the Azure CosmosDB service. |
| 71 | +In order to interact with the Azure Cosmos DB service you'll need to create an instance of the Cosmos Client class. To make this possible you will need an url and key of the Azure Cosmos DB service. |
72 | 72 |
|
73 | 73 | The SDK provides two clients. |
74 | 74 | 1. `CosmosAsyncClient` for operations using asynchronous APIs. |
@@ -123,7 +123,7 @@ You may learn more about partitioning [here](https://docs.microsoft.com/azure/co |
123 | 123 |
|
124 | 124 | ## Examples |
125 | 125 |
|
126 | | -The following section provides several code snippets covering some of the most common CosmosDB SQL API tasks, including: |
| 126 | +The following section provides several code snippets covering some of the most common Cosmos DB SQL API tasks, including: |
127 | 127 | * [Create Cosmos Client](#create-cosmos-client "Create Cosmos Client") |
128 | 128 | * [Create Database](#create-database "Create Database") |
129 | 129 | * [Create Container](#create-container "Create Container") |
@@ -269,8 +269,8 @@ log4j.appender.A1.layout.ConversionPattern=%d %5X{pid} [%t] %-5p %c - %m%n |
269 | 269 | ## Next Steps |
270 | 270 |
|
271 | 271 | - Samples are explained in detail [here][samples_readme] |
272 | | -- Go through [quickstart][quickstart] - Building a java app to manage CosmosDB SQL API data |
273 | | -- [Read more about Azure CosmosDB Service][cosmos_docs] |
| 272 | +- Go through [quickstart][quickstart] - Building a java app to manage Cosmos DB SQL API data |
| 273 | +- [Read more about Azure Cosmos DB Service][cosmos_docs] |
274 | 274 |
|
275 | 275 | ## Contributing |
276 | 276 |
|
|
0 commit comments