Skip to content

Commit bfd95b6

Browse files
committed
Add justification text
1 parent 728babf commit bfd95b6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/cosmos-db/gremlin/quickstart-console.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ ms.date: 09/27/2023
1818

1919
[!INCLUDE[Gremlin devlang](includes/quickstart-devlang.md)]
2020

21-
In this quickstart, you use the Gremlin console to connect to an Azure Cosmos DB for Gremlin account. Azure Cosmos DB for Gremlin supports the v2 version of the GraphSON serializer making it straightforward to use the service with existing Apache Gremlin tooling like the console.
21+
Azure Cosmos DB for Apache Gremlin is a fully managed graph database service implementing the popular [`Apache Tinkerpop`](https://tinkerpop.apache.org/), a graph computing framework using the Gremlin query language. The API for Gremlin gives you a low-friction way to get started using Gremlin with a service that can grow and scale out as much as you need with minimal management.
22+
23+
In this quickstart, you use the Gremlin console to connect to a newly created Azure Cosmos DB for Gremlin account.
2224

2325
## Prerequisites
2426

@@ -152,7 +154,9 @@ az group delete \
152154

153155
## How did we solve the problem?
154156

155-
To solve the problem of connecting to the API for Gremlin account, you used the `tinkerpop/gremlin-console` container image to run the gremlin console in a manner that didn't require a local installation. Then, you used the configuration stored in the **remote-secure.yaml** file to connect from the running container the API for Gremlin account. From there, you ran multiple common Gremlin commands.
157+
Azure Cosmos DB for Apache Gremlin solved our problem by offering Gremlin as a service. With this offering, you aren't required to stand up your own Gremlin server instances or manage your own infrastructure. Even more, you can scale your solution as your needs grow over time.
158+
159+
To connect to the API for Gremlin account, you used the `tinkerpop/gremlin-console` container image to run the gremlin console in a manner that didn't require a local installation. Then, you used the configuration stored in the **remote-secure.yaml** file to connect from the running container the API for Gremlin account. From there, you ran multiple common Gremlin commands.
156160

157161
## Next step
158162

0 commit comments

Comments
 (0)