Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vesoft-inc/nebula-graph
A distributed, fast open-source graph database featuring horizontal scalability and high availability. This is an archived repo for v2.5 only, from 2.6.0 +, NebulaGraph switched back to https://github.com/vesoft-inc/nebula
https://github.com/vesoft-inc/nebula-graph
cpp distributed-database distributed-system graph-database nebula-graph raft
Last synced: 2 months ago
JSON representation
A distributed, fast open-source graph database featuring horizontal scalability and high availability. This is an archived repo for v2.5 only, from 2.6.0 +, NebulaGraph switched back to https://github.com/vesoft-inc/nebula
- Host: GitHub
- URL: https://github.com/vesoft-inc/nebula-graph
- Owner: vesoft-inc
- License: apache-2.0
- Archived: true
- Created: 2019-12-22T13:48:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T07:32:36.000Z (over 2 years ago)
- Last Synced: 2024-08-03T17:16:03.595Z (6 months ago)
- Topics: cpp, distributed-database, distributed-system, graph-database, nebula-graph, raft
- Language: C++
- Homepage: https://nebula-graph.io
- Size: 5.83 MB
- Stars: 845
- Watchers: 48
- Forks: 133
- Open Issues: 2
-
Metadata Files:
- Readme: README-CN.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
中文 | English
世界上唯一能够容纳千亿个顶点和万亿条边,并提供毫秒级查询延时的图数据库解决方案
# Nebula Graph是什么?
**Nebula Graph** 是一款开源的图数据库,擅长处理千亿个顶点和万亿条边的超大规模数据集。
与其他图数据库产品相比,**Nebula Graph** 具有如下优势:
* 全对称分布式架构
* 存储与计算分离
* 水平可扩展性
* RAFT 协议下的数据强一致
* 支持 openCypher
* 用户鉴权## 发布通告
Nebula Graph 2.0.0 GA 版本已发布,目前已经有若干项重要更新,更多新特性正在开发中。欢迎加入我们,一同开发Nebula Graph 2.0。
v2.5.0之后,请访问[Nebula repo](https://github.com/vesoft-inc/nebula)。
## 快速使用
请查看[快速使用手册](https://docs.nebula-graph.io/2.0/2.quick-start/1.quick-start-workflow/),开始使用 **Nebula Graph**。
## 获取帮助
在使用 **Nebula Graph** 过程中遇到任何问题,都可以通过下面的方式寻求帮助:
* [FAQ](https://docs.nebula-graph.io/2.0/2.quick-start/0.FAQ/)
* 访问[论坛](https://discuss.nebula-graph.com.cn/)## 文档
* 简体中文(TODO)
* [English](https://docs.nebula-graph.io/)## Nebula Graph 产品架构图
![image](https://github.com/vesoft-inc/nebula-docs/raw/master/images/Nebula%20Arch.png)
## 如何贡献
**Nebula Graph** 是一个完全开源的项目,欢迎开源爱好者通过以下方式参与到 **Nebula Graph** 社区:
* 直接在GitHub上提 [Issue](https://github.com/vesoft-inc/nebula-graph/issues)
* 贡献代码,详情请参见 [如何贡献](https://docs.nebula-graph.com.cn/master/15.contribution/how-to-contribute/)## 许可证
**Nebula Graph** 使用 [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) 许可证,您可以免费下载,修改以及部署源代码。您还可以将 **Nebula Graph** 作为后端服务部署以支持您的 SaaS 部署。
为防止云供应商从项目赢利而不回馈,**Nebula Graph** 在项目中添加了 [Commons Clause 1.0](https://commonsclause.com/) 条款。如上所述,**Nebula Graph** 是一个完全开源的项目,欢迎您就许可模式提出建议,帮助 **Nebula Graph** 社区更好地发展。
## 联系方式
* 访问[官网](http://nebula-graph.com/)
* [![WeiXin](https://img.shields.io/badge/WeChat-%E5%BE%AE%E4%BF%A1-brightgreen)](https://user-images.githubusercontent.com/38887077/67449282-4362b300-f64c-11e9-878f-7efc373e5e55.jpg)
* [![Sina Weibo](https://img.shields.io/badge/Weibo-%E5%BE%AE%E5%8D%9A-red)](https://weibo.com/p/1006067122684542/home?from=page_100606&mod=TAB#place)
* [知乎](https://www.zhihu.com/org/nebulagraph/activities)
* [SegmentFault](https://segmentfault.com/t/nebula)
* email: [email protected]