Skip to content

Commit

Permalink
Merge branch 'master' into fix/indexColHint
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie-Xie committed Oct 21, 2022
2 parents 6c5800f + 3bafa14 commit 90e53f3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
15 changes: 9 additions & 6 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@

**NebulaGraph** 是一款开源的图数据库,擅长处理千亿个顶点和万亿条边的超大规模数据集。

已陆续被包括在 **BAT**, **TMD** 中的众多知名大厂和大量国内外中小企业使用,<br />
广泛应用在社交媒体、实时推荐、网络安全、金融风控、知识图谱、人工智能等。<br />
https://nebula-graph.com.cn/cases
NebulaGraph 社区已成长为一个荟聚了众多用户、融合了各类图技术场景实践知识的活跃开源社区。你可以在其中与大家共同交流 NebulaGraph [周边生态项目](https://docs.nebula-graph.com.cn/master/20.appendix/6.eco-tool-version/)的应用心得,或者社交媒体、实时推荐、网络安全、金融风控、知识图谱、人工智能等[大规模生产场景](https://nebula-graph.com.cn/cases)的实践经验。


与其他图数据库产品相比,**NebulaGraph** 具有如下优势:

Expand All @@ -45,13 +44,17 @@ https://nebula-graph.com.cn/cases

## 发布通告

v1.x 和 v2.5.x 之后的版本,NebulaGraph 在这个 repo 管理。<br />
如需获取 v2.0.0 到 v2.5.x 之间的版本,请访问 [NebulaGraph repo](https://github.com/vesoft-inc/nebula-graph)
NebulaGraph 的 GitHub 仓库经历过拆分和合并的过程,所以其 v2.0.0 到 v2.5.x 的代码分布在另外几个仓库中:[Nebula-Graph](https://github.com/vesoft-inc/nebula-graph)[Nebula-Storage](https://github.com/vesoft-inc/nebula-storage)[Nebula-Common](https://github.com/vesoft-inc/nebula-common),这几个仓库将被归档。

从 v2.6.0 开始,包括现在的 v3.x,NebulaGraph 内核代码集中在 [github.com/vesoft-inc/nebula](https://github.com/vesoft-inc/nebula) 下。

请访问 NebulaGraph 文档:https://docs.nebula-graph.com.cn/ 了解、获取 NebulaGraph 的最新的正式版本。

<!--
NebulaGraph 1.x 后续不再进行功能的更新,请升级到 2.0+ 版本。<br />
NebulaGraph内核 1.x 与 2.x 数据格式、通信协议、客户端等均双向不兼容,可参照[升级指导](https://docs.nebula-graph.com.cn/2.5.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-graph-to-250/)进行升级。
<!--
如需使用稳定版本,请参见[NebulaGraph 1.0](https://github.com/vesoft-inc/nebula)。
Expand Down
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@

# What is NebulaGraph?

**NebulaGraph** is an open-source graph database capable of hosting super large scale graphs <br/>
with dozens of billions of vertices (nodes) and trillions of edges, with milliseconds of latency.
**NebulaGraph** is an open-source graph database capable of hosting super large-scale graphs with dozens of billions of vertices (nodes) and trillions of edges, with milliseconds of latency.


It has a lot of users, including some famous and big companies of **BAT**, **TMD**, <br/>
and has been widely used for social media, recommendations, security, capital flows, AI, etc.<br/>
https://nebula-graph.io/cases
Trusted and contributed by users, the [NebulaGraph community](https://github.com/vesoft-inc/nebula-community/) comes with a rich [open-source ecosystem](https://docs.nebula-graph.io/master/20.appendix/6.eco-tool-version/). And it has been widely used for social media, recommendation systems, knowledge graphs, security, capital flows, AI, etc, see [our users](https://nebula-graph.io/cases).


Compared with other graph database solutions, **NebulaGraph** has the following advantages:
Expand All @@ -38,17 +35,21 @@ Compared with other graph database solutions, **NebulaGraph** has the following
* Horizontal scalability
* Strong data consistency by RAFT protocol
* OpenCypher-compatible query language
* Role-based access control for higher level security
* Role-based access control for higher-level security

## Notice of Release

This repository hosts the source code of NebulaGraph versions before 2.0.0-alpha and after v2.5.x. <br/>
If you are looking to use the versions between v2.0.0 and v2.5.x, please head to [NebulaGraph repo](https://github.com/vesoft-inc/nebula-graph).
NebulaGraph used to be split into three repositories: [Nebula-Graph](https://github.com/vesoft-inc/nebula-graph), [Nebula-Storage,](https://github.com/vesoft-inc/nebula-storage) and [Nebula-Common](https://github.com/vesoft-inc/nebula-common) for versions between v2.0.0 and v2.5.x, which will be archived.

The one and only codebase of NebulaGraph is now [github.com/vesoft-inc/nebula](https://github.com/vesoft-inc/nebula), as it's back to mono-repo since v2.6.0.

Please check the latest release via the documentation: https://docs.nebula-graph.io/.

<!--
NebulaGraph 1.x is not actively maintained. Please move to NebulaGraph 2.x. <br/>
The data format, rpc protocols, clients, etc. are not compatible between NebulaGraph v1.x and v2.x, but we do offer [upgrade guide](https://docs.nebula-graph.io/2.5.0/4.deployment-and-installation/3.upgrade-nebula-graph/upgrade-nebula-graph-to-250/).
<!--
To use the stable release, see [NebulaGraph 1.0](https://github.com/vesoft-inc/nebula).
Expand Down

0 comments on commit 90e53f3

Please sign in to comment.