Go to file
pengwei.song 13395544f3
fix br bugs in cluster mode (#3604)
* fix br bugs in cluster mode

* fix gflags

Co-authored-by: Sophie <84560950+Sophie-Xie@users.noreply.github.com>
2021-12-31 09:52:50 +08:00
.github Use ninja to build project (#3538) 2021-12-23 17:52:17 +08:00
.linters Balance (#3394) 2021-12-29 15:58:50 +08:00
cmake Add standalone version for nebula (#3310) 2021-12-27 19:02:57 +08:00
conf fix br bugs in cluster mode (#3604) 2021-12-31 09:52:50 +08:00
docker Improve memory watermark detection (#2885) 2021-10-08 09:54:59 +08:00
docs/rfcs Move the rfcs to folder from issues (#2490) 2021-08-12 13:53:55 +08:00
package Spelling (#3297) 2021-11-18 14:14:53 +08:00
resources fix br bugs in cluster mode (#3604) 2021-12-31 09:52:50 +08:00
scripts Add standalone version for nebula (#3310) 2021-12-27 19:02:57 +08:00
src fix br bugs in cluster mode (#3604) 2021-12-31 09:52:50 +08:00
tests Add constraints on invalid password attempts (#3573) 2021-12-30 19:06:45 +08:00
third-party fix ci crash (#3560) 2021-12-25 11:34:38 +08:00
.clang-format Step1 use 3rdparty v3 (#3554) 2021-12-23 23:19:23 +08:00
.clang-tidy Add more geo tests (#3293) 2021-11-18 11:11:21 +08:00
.dockerignore Remove duplicate license files (#3276) 2021-11-05 14:54:51 +08:00
.gitignore Memavailable (#3534) 2021-12-27 13:49:13 +08:00
.licenserc.yaml Add license check (#3268) 2021-11-05 10:17:46 +08:00
CMakeLists.txt Add standalone version for nebula (#3310) 2021-12-27 19:02:57 +08:00
CODE_OF_CONDUCT.md Remove Common Clause License (#3263) 2021-11-03 17:19:48 +08:00
CONTRIBUTING.md fixed all broken links (#1131) 2021-06-15 11:59:24 +08:00
LICENSE Create LICENSE (#1416) 2019-12-16 13:52:27 +08:00
README-CN.md Update README.md (#3436) 2021-12-08 20:26:27 +08:00
README.md Update README.md (#3436) 2021-12-08 20:26:27 +08:00
codecov.yml Remove Common Clause License (#3263) 2021-11-03 17:19:48 +08:00

README.md


English | 中文
A distributed, scalable, lightning-fast graph database

code coverage nightly build nebula star nebula fork

What is Nebula Graph?

Nebula Graph 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.

Compared with other graph database solutions, Nebula Graph has the following advantages:

  • Symmetrically distributed
  • Storage and computing separation
  • Horizontal scalability
  • Strong data consistency by RAFT protocol
  • OpenCypher-compatible query language
  • Role-based access control for higher level security

Notice of Release

This repository hosts the source code of Nebula Graph versions before 2.0.0-alpha and after v2.5.x. If you are looking to use the versions between v2.0.0 and v2.5.x, please head to Nebula Graph repo.

Nebula Graph 1.x is not actively maintained. Please move to Nebula Graph 2.x. The data format, rpc protocols, clients, etc. are not compatible between Nebula Graph v1.x and v2.x, but we do offer upgrade guide.

Quick start

Read the Getting started article for a quick start.

Getting help

In case you encounter any problems playing around Nebula Graph, please reach out for help:

Documentation

Architecture

image

Contributing

Contributions are warmly welcomed and greatly appreciated. And here are a few ways you can contribute:

Licensing

Nebula Graph is under Apache 2.0 license, so you can freely download, modify, and deploy the source code to meet your needs. You can also freely deploy Nebula Graph as a back-end service to support your SaaS deployment.

Contact