Skip to content

Commit

Permalink
Optimize quick start workflow and embed videos in it (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
randomJoe211 authored Jun 23, 2021
1 parent 4ea8079 commit b08b9e7
Showing 1 changed file with 58 additions and 2 deletions.
60 changes: 58 additions & 2 deletions docs-2.0/2.quick-start/1.quick-start-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,64 @@

快速入门将介绍如何简单地使用Nebula Graph,包括部署、连接Nebula Graph,以及基础的增删改查操作。

## 文档

按照以下步骤可以快速部署并且使用Nebula Graph。

1. [Docker Compose部署Nebula Graph](2.deploy-nebula-graph-with-docker-compose.md)

2. [连接Nebula Graph](3.connect-to-nebula-graph.md)
Nebula Graph有多种部署方式,使用Docker Compose部署是其中最简单的一种。部署的准备工作已经事先完成,用户只需按照该文档的说明,即可快速安装单机版Nebula Graph。该部署方式仅可用于测试Nebula Graph功能。其它部署方式及相应的准备工作请参见[安装部署目录](../4.deployment-and-installation/1.resource-preparations.md)

2. [启动Nebula Graph](5.start-stop-service.md)

部署好Nebula Graph之后需要启动Nebula Graph服务。

3. [连接Nebula Graph](3.connect-to-nebula-graph.md)

启动Nebula Graph服务后即可使用客户端连接。Nebula Graph支持多种客户端,快速入门中介绍使用原生命令行客户端Nebula Console连接Nebula Graph的方法。

4. [基础操作语法](4.nebula-graph-crud.md)

连接到Nebula Graph之后即可使用nGQL(Nebula Graph Query Language)进行增删改查。

## 视频

用户也可以观看视频了解Nebula Graph的相关概念和操作。

### 热点视频

* 听吴博士聊Nebula Graph(37分40秒)

<iframe src="//player.bilibili.com/player.html?aid=673642782&bvid=BV14U4y157zc&cid=355543912&page=1&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="720px" height="480px"> </iframe>

* Foesa小学姐课堂——Nebula Graph那些磨人的概念(4分20秒)

<iframe src="//player.bilibili.com/player.html?aid=461196353&bvid=BV1Q5411K7Gg&cid=355536579&page=1&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="720px" height="480px"> </iframe>

### 2.0 入门系列

* Nebula Graph Studio图探索(03分23秒)

<iframe src="//player.bilibili.com/player.html?aid=503286771&bvid=BV1QN411Z7Vh&cid=344349765&page=1&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="720px" height="480px"> </iframe>

* Nebula Exchange(03分08秒)

<iframe src="//player.bilibili.com/player.html?aid=546003709&bvid=BV1Pq4y177D9&cid=352387808&page=1&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="720px" height="480px"> </iframe>

* Nebula Algorithm(02分36秒)

<iframe src="//player.bilibili.com/player.html?aid=588577467&bvid=BV1fB4y1T7XK&cid=351282857&page=1&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="720px" height="480px"> </iframe>

### NG辅导班

* 第一篇:图世界的那些概念、术语(08分12秒)

<iframe src="//player.bilibili.com/player.html?aid=716209223&bvid=BV17X4y1A7p9&cid=355893988&page=1&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="720px" height="480px"> </iframe>

* 第二篇:如何更好地学习 Nebula Graph(07分44秒)

<iframe src="//player.bilibili.com/player.html?aid=716219807&bvid=BV1aX4y1A7xd&cid=355896587&page=1&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="720px" height="480px"> </iframe>

### 其它视频

3. [基础操作语法](4.nebula-graph-crud.md)
更多Nebula Graph场景分享、操作解说等视频请访问[Bilibili空间](https://space.bilibili.com/472621355)

0 comments on commit b08b9e7

Please sign in to comment.