Skip to content

Commit d92bfd1

Browse files
committed
SOW
1 parent 41e5573 commit d92bfd1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

articles/cosmos-db/create-sql-api-java-changefeed.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
---
2-
title: Tutorial - an end-to-end Async Java SQL API application sample with Change Feed
2+
title: How-To - an end-to-end Azure Cosmos DB Java SDK v4 application sample with Change Feed
33
description: This tutorial walks you through a simple Java SQL API application which inserts documents into an Azure Cosmos DB container, while maintaining a materialized view of the container using Change Feed.
44
author: anfeldma
55
ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: java
88
ms.topic: tutorial
9-
ms.date: 04/01/2020
9+
ms.date: 05/08/2020
1010
ms.author: anfeldma
1111
---
1212

13-
# Tutorial - an end-to-end Async Java SQL API application sample with Change Feed
13+
# How to create an Azure Cosmos DB Java SDK v4 application with Change Feed
1414

15-
This tutorial guide walks you through a simple Java SQL API application which inserts documents into an Azure Cosmos DB container, while maintaining a materialized view of the container using Change Feed.
15+
This how-to guide walks you through a simple Java application which uses the Azure Cosmos DB SQL API to insert documents into an Azure Cosmos DB container, while maintaining a materialized view of the container using Change Feed. The Java application communicates with the Azure Cosmos DB SQL API using Azure Cosmos DB Java SDK v4.
1616

1717
## Prerequisites
1818

19-
* Personal computer
20-
2119
* The URI and key for your Azure Cosmos DB account
2220

2321
* Maven

0 commit comments

Comments
 (0)