Go to file
fanshuai 5c7e38a21a first add version 3.8.0 2025-03-31 11:51:17 +08:00
.github first add version 3.8.0 2025-03-31 11:51:17 +08:00
.linters first add version 3.8.0 2025-03-31 11:51:17 +08:00
cmake first add version 3.8.0 2025-03-31 11:51:17 +08:00
conf first add version 3.8.0 2025-03-31 11:51:17 +08:00
docker first add version 3.8.0 2025-03-31 11:51:17 +08:00
docs/rfcs first add version 3.8.0 2025-03-31 11:51:17 +08:00
package first add version 3.8.0 2025-03-31 11:51:17 +08:00
resources first add version 3.8.0 2025-03-31 11:51:17 +08:00
scripts first add version 3.8.0 2025-03-31 11:51:17 +08:00
src first add version 3.8.0 2025-03-31 11:51:17 +08:00
tests first add version 3.8.0 2025-03-31 11:51:17 +08:00
third-party first add version 3.8.0 2025-03-31 11:51:17 +08:00
udf first add version 3.8.0 2025-03-31 11:51:17 +08:00
.clang-format first add version 3.8.0 2025-03-31 11:51:17 +08:00
.clang-tidy first add version 3.8.0 2025-03-31 11:51:17 +08:00
.dockerignore first add version 3.8.0 2025-03-31 11:51:17 +08:00
.gitignore first add version 3.8.0 2025-03-31 11:51:17 +08:00
.licenserc.yaml first add version 3.8.0 2025-03-31 11:51:17 +08:00
CMakeLists.txt first add version 3.8.0 2025-03-31 11:51:17 +08:00
CONTRIBUTING.md first add version 3.8.0 2025-03-31 11:51:17 +08:00
Coding_Style_Guide.md first add version 3.8.0 2025-03-31 11:51:17 +08:00
LICENSE first add version 3.8.0 2025-03-31 11:51:17 +08:00
README-CN.md first add version 3.8.0 2025-03-31 11:51:17 +08:00
README.md first add version 3.8.0 2025-03-31 11:51:17 +08:00
codecov.yml first add version 3.8.0 2025-03-31 11:51:17 +08:00

README.md


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

Stack Overflow code coverage nightly build GitHub stars GitHub forks GitHub TODOs

NebulaGraph

Introduction

NebulaGraph is a popular open-source graph database that can handle large volumes of data with milliseconds of latency, scale up quickly, and have the ability to perform fast graph analytics. NebulaGraph has been widely used for social media, recommendation systems, knowledge graphs, security, capital flows, AI, etc. See our users.

The following lists some of NebulaGraph features:

  • 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
  • Different types of graph analytics algorithms

The following figure shows the architecture of the NebulaGraph core. NebulaGraph Architecture

Learn more on NebulaGraph website.

Quick start

Read the getting started docs for a quick start.

Using NebulaGraph

NebulaGraph is a distributed graph database with multiple components. You can download or try in following ways:

Getting help

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

DevTools

NebulaGraph comes with a set of tools to help you manage and monitor your graph database. See Ecosystem.

Contributing

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

Landscape


NebulaGraph enriches the CNCF Database Landscape.

Licensing

NebulaGraph 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 NebulaGraph as a back-end service to support your SaaS deployment.

Contact

Community

Join NebulaGraph Community Where to Find us
Asking Questions Stack Overflow Discussions
Chat with Community Members Chat History Slack
NebulaGraph Meetup Google Calendar Zoom Meetup Meeting Archive
Chat, Asking, or Meeting in Chinese WeChat Group Tencent_Meeting Discourse

If you find NebulaGraph interesting, please Star it at the top of the GitHub page.