Java – Azure Cosmos DB (SQL) : Save results of select into a text file No.72
I will show Java code that save results of select query into a text file. ▼1. Prerequisites 1-1. Free Azure Cosmos DB Account You can use trial free Cosmos DB Accounthttps://azure.microsoft.com/ja-jp/try/cosmosdb/ 1-2. Installing Visual Studio Code https://code.visualstudio.com/docs/setup/linux 1-3. Installing Maven Ref: Apache Kafka Word Count 実装 – Java No.44line of 2-3 1-4. Creating sample data Ref: Java Azure Cosmos DB (SQL API) Database の作成方法 No.14 ▼2. Java code for saving results of select query on Cosmos DB into a text file 2-1. Making a directory Making a directory to create an application. 2-2. Deploying Apache Maven project (a part of stdout) xxxx [INFO] Scanning for projects… [INFO] [INFO] ——————< org.apache.maven:standalone-pom … Continue reading “Java – Azure Cosmos DB (SQL) : Save results of select into a text file No.72”