Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add refs #2165

Merged
merged 2 commits into from
Sep 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions docs-2.0/20.appendix/learning-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

![learning path](https://docs-cdn.nebula-graph.com.cn/figures/learning-path.png)

完成 NebulaGraph 学习后,参加[技能认证](https://www.bilibili.com/video/BV1Ga411x7RE)考试还可以获取认证证书。详情参见下文**通过 CI/CP 考试**。

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

## 1. 关于 NebulaGraph

### 1.1 什么是 NebulaGraph?
Expand All @@ -12,7 +16,6 @@
| ------------------------------------------------------------ | ------------------------------------------------------------ | -- |
| [什么是 NebulaGraph](https://docs.nebula-graph.com.cn/{{nebula.release}}/1.introduction/1.what-is-nebula-graph/) | [NebulaGraph 介绍](https://www.bilibili.com/video/BV1kf4y1v7LM)、[万亿级别的图数据库 NebulaGraph](https://www.bilibili.com/video/BV1aK4y1e7Q4?spm_id_from=333.999.0.0)| [NebulaGraph 3年回顾](https://mp.weixin.qq.com/s/25TfLXR89kg0BpiMAbQ_Iw) |


### 1.2 图相关术语

| 视频 |
Expand Down Expand Up @@ -77,6 +80,8 @@
| ------------------------------------------------------------ |
| [nGQL 命令汇总](https://docs.nebula-graph.com.cn/{{nebula.release}}/2.quick-start/6.cheatsheet-for-ngql-command/) |



## 3. 进阶操作

### 3.1 部署多机集群
Expand Down Expand Up @@ -275,7 +280,11 @@

单击[NebulaGraph 个人技能认证](https://discuss.nebula-graph.com.cn/t/topic/8728)查看考试说明及入口。

### 视频

* [技能认证](https://www.bilibili.com/video/BV1Ga411x7RE)(3 分 13 秒)
<iframe src="//player.bilibili.com/player.html?aid=215181639&bvid=BV1Ga411x7RE&cid=752738115&page=1&high_quality=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" width="720px" height="480px"> </iframe>
## 参考文档

- 有关 NebulaGraph 的原理介绍,参见[开源分布式图数库论文](https://arxiv.org/pdf/2206.07278.pdf)。

- 有关 [NebulaGraph 索引](../3.ngql-guide/14.native-index-statements/README.md)原理的介绍,参见[开源分布式图数库论文](https://arxiv.org/pdf/2206.07278.pdf)中的 2.4 节。

- 有关 NebulaGraph 语言的概述,参见[开源分布式图数库论文](https://arxiv.org/pdf/2206.07278.pdf)中的 2.8 节。