Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Azure Cosmos DB's SQL API provides a JSON document database data model and the power of SQL and JavaScript over schema-less data. This tutorial shows how to get started with the SQL API and the Async Java SDK.

Azure-Samples/azure-cosmos-db-sql-api-async-java-getting-started

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 

Repository files navigation

page_type languages products description urlFragment
sample
java
azure
Azure Cosmos DB is a globally distributed multi-model database.
azure-cosmos-db-sql-api-async-java-getting-started

Developing a Java app using Azure Cosmos DB Async Java SDK

Azure Cosmos DB is a globally distributed multi-model database. One of the supported APIs is the SQL API, which provides a JSON document model with SQL querying and JavaScript procedural logic. This sample shows you how to use the Azure Cosmos DB with the SQL API to store and access data from a Java application.

Getting Started

Prerequisites

  • Before you can run this sample, you must have the following prerequisites:

    • An active Azure account. If you don't have one, you can sign up for a free account. Alternatively, you can use the Azure Cosmos DB Emulator for this tutorial. As emulator https certificate is self signed, you need to import its certificate to java trusted cert store as explained here.

    • JDK 1.8+

    • Maven

Quickstart

  • Then, clone this repository using
git clone https://github.com/Azure-Samples/azure-cosmos-java-getting-started.git

About the code

The code included in this sample is intended to get you quickly started with a Java application that connects to Azure Cosmos DB with the SQL API.

More information

About

Azure Cosmos DB's SQL API provides a JSON document database data model and the power of SQL and JavaScript over schema-less data. This tutorial shows how to get started with the SQL API and the Async Java SDK.

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published