Java – Connect to Azure Cosmos DB (SQL API) No.11
In this blog, how to connect to Cosmos DB SQL API by Java is shown. Contents ▼1. Connect to Azure Cosmos DB▼2. Prerequisites2-1. Prepare for a trial free Azure Cosmos DB Account, not necessary for a subscription2-2. Enable Maven auto-import in IntelliJ IDEA2-3. Update Pom.xml▼3. Connect to Cosmos DB by Java3-1. Develop a Java code for the connection to Azure Cosmos DB3-2. Results of running this code.▼4. Preference▼1. Connect to Azure Cosmos DB Azure Cosmos DB is NoSQL Database. it is not Relational Database. we don’t need to set schema and table beforehand. we need to set partition key for a collection of a container to distribute data into the … Continue reading “Java – Connect to Azure Cosmos DB (SQL API) No.11”