From 743442cc3f93f6d2120794f4b7b155e9d047f752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=99=93=E9=9D=92?= <86282370+izhuxiaoqing@users.noreply.github.com> Date: Tue, 6 Jul 2021 11:45:42 +0800 Subject: [PATCH] quick start workflow --- .../2.quick-start/1.quick-start-workflow.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/docs-2.0/2.quick-start/1.quick-start-workflow.md b/docs-2.0/2.quick-start/1.quick-start-workflow.md index c1ecea50962..e386116f35b 100644 --- a/docs-2.0/2.quick-start/1.quick-start-workflow.md +++ b/docs-2.0/2.quick-start/1.quick-start-workflow.md @@ -2,8 +2,22 @@ The quick start introduces the simplest workflow to using Nebula Graph, including deploying Nebula Graph, connecting to Nebula Graph, and doing basic CRUD. +## Documents + +Users can quickly deploy and use Nebula Graph in the following steps. + 1. [Deploy Nebula Graph with Docker Compose](2.deploy-nebula-graph-with-docker-compose.md) -2. [Connect to Nebula Graph](3.connect-to-nebula-graph.md) + There are multiple ways to deploy Nebula Graph, but using Docker Compose is usually considered to be the easiest. The preparations for deployment have been completed in advance, so users only need to follow the instructions in this topic and Nebula Graph will be quickly installed to the local disks. This way to deploy Nebula Graph is only for functional testing. For other ways to deploy Nebula Graph and corresponding preparations, see [deployment and installation](../4.deployment-and-installation/1.resource-preparations.md). + +2. [Start Nebula Graph](5.start-stop-service.md) + + Users need to start Nebula Graph after deployment. + +3. [Connect to Nebula Graph](3.connect-to-nebula-graph.md) + + Then users can use clients to connect to Nebula Graph. Nebula Graph supports a variety of clients. This topic will describe how to use Nebula Console to connect to Nebula Graph. + +4. [CRUD in Nebula Graph](4.nebula-graph-crud.md) -3. [CRUD in Nebula Graph](4.nebula-graph-crud.md) + Users can use nGQL (Nebula Graph Query Language) to run CRUD after connecting to Nebula Graph.