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

fix png break #752

Merged
merged 4 commits into from
Jul 27, 2021
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions docs-2.0/1.introduction/1.what-is-nebula-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Nebula Graph是一款开源的、分布式的、易扩展的原生图数据库,能够承载数千亿个点和数万亿条边的超大规模数据集,并且提供毫秒级查询。

![Nebula Graph 鸟瞰图](https://docs-cdn.nebula-graph.com.cn/docs-2.0/1.introduction/nebula-birdview.png)

## 什么是图数据库

图数据库是专门存储庞大的图形网络并从中检索信息的数据库。它可以将图中的数据高效存储为点(Vertex)和边(Edge),还可以将属性(Property)附加到点和边上。
Expand Down Expand Up @@ -38,8 +40,6 @@ Nebula Graph支持严格的角色访问控制和LDAP(Lightweight Directory Acc

Nebula Graph开放了越来越多的原生工具,例如[Nebula Graph Studio](https://github.com/vesoft-inc/nebula-web-docker)、[Nebula Console](https://github.com/vesoft-inc/nebula-console)、[Nebula Exchange](https://github.com/vesoft-inc/nebula-spark-utils/tree/v2.0.0/nebula-exchange)等。

![Nebula Graph生态系统鸟瞰图](nebula-birdview.png)

此外,Nebula Graph还具备与Spark、Flink、HBase等产品整合的能力,在这个充满挑战与机遇的时代,大大增强了自身的竞争力。

### 兼容openCypher查询语言
Expand Down
Binary file removed docs-2.0/1.introduction/nebula-birdview.png
Binary file not shown.
7 changes: 4 additions & 3 deletions docs-2.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ Nebula Graph是一款开源的、分布式的、易扩展的原生图数据库

## 其他资料

- [主页](https://nebula-graph.com.cn/)
- [书PDF](https://docs.nebula-graph.com.cn/site/pdf/NebulaGraph-book.pdf)
- [《开源分布式图数据库 Nebula
Graph 完全指南》](https://docs.nebula-graph.com.cn/site/pdf/NebulaGraph-book.pdf)
- [论坛](https://discuss.nebula-graph.com.cn/)
- [视频](https://space.bilibili.com/472621355)
- [项目主页](https://nebula-graph.com.cn/)
- [系列视频](https://space.bilibili.com/472621355)
- [English](https://docs.nebula-graph.io/)

## 图例说明
Expand Down