Skip to content
/ nebula Public
forked from vesoft-inc/nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability

License

Notifications You must be signed in to change notification settings

180909/nebula

 
 

Repository files navigation


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

code coverage nightly build nebula star nebula fork

What is NebulaGraph?

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,
and has been widely used for social media, recommendations, security, capital flows, AI, etc.
https://nebula-graph.io/cases

Compared with other graph database solutions, NebulaGraph 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 NebulaGraph 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 NebulaGraph repo.

NebulaGraph 1.x is not actively maintained. Please move to NebulaGraph 2.x.
The data format, rpc protocols, clients, etc. are not compatible between NebulaGraph 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 NebulaGraph, please reach out for help:

Documentation

Architecture

NebulaGraph Architecture

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

Discussions Slack Zoom Google Calendar Meetup Meeting Archive Discourse Tecent_Meeting


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

https://github.com/vesoft-inc/nebula

About

A distributed, fast open-source graph database featuring horizontal scalability and high availability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 70.4%
  • Gherkin 22.9%
  • Python 2.9%
  • CMake 1.6%
  • Yacc 1.0%
  • Thrift 0.7%
  • Other 0.5%