nebula-utils

Nebula jni utils

License

License

GroupId

GroupId

com.vesoft
ArtifactId

ArtifactId

nebula-utils
Last Version

Last Version

1.0.0-rc2
Release Date

Release Date

Type

Type

jar
Description

Description

nebula-utils
Nebula jni utils
Source Code Management

Source Code Management

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

Download nebula-utils

How to add to project

<!-- https://jarcasting.com/artifacts/com.vesoft/nebula-utils/ -->
<dependency>
    <groupId>com.vesoft</groupId>
    <artifactId>nebula-utils</artifactId>
    <version>1.0.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vesoft/nebula-utils/
implementation 'com.vesoft:nebula-utils:1.0.0-rc2'
// https://jarcasting.com/artifacts/com.vesoft/nebula-utils/
implementation ("com.vesoft:nebula-utils:1.0.0-rc2")
'com.vesoft:nebula-utils:jar:1.0.0-rc2'
<dependency org="com.vesoft" name="nebula-utils" rev="1.0.0-rc2">
  <artifact name="nebula-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vesoft', module='nebula-utils', version='1.0.0-rc2')
)
libraryDependencies += "com.vesoft" % "nebula-utils" % "1.0.0-rc2"
[com.vesoft/nebula-utils "1.0.0-rc2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
org.slf4j : slf4j-log4j12 jar 1.7.25

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.


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

build docker image workflow make nebula packages workflow nebula star nebula fork codecov

What is Nebula Graph

Nebula Graph is an open-source graph database capable of hosting super large-scale graphs with billions of vertices (nodes) and trillions of edges, with milliseconds of latency. It delivers enterprise-grade high performance to simplify the most complex data sets imaginable into meaningful and useful information.

Below is the architecture of Nebula Graph:

image

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
  • SQL-like query language
  • Role-based access control for higher level security

Quick start

Read the Getting started guide to quickly get going with Nebula Graph.

Please note that you must install Nebula Graph by installing source code, rpm/deb packages or docker compose, before you can actually start using it. If you prefer a video tutorial, visit our YouTube channel.

In case you encounter any problem, be sure to ask us on our official forum.

Documentation

Roadmap

See our Roadmap for what's coming soon in Nebula Graph.

Visualization Tool: Nebula Graph Studio

Visit Nebula Graph Studio for visual exploration of graph data on a web UI.

Supported Clients

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.

In order to prevent cloud providers from monetizing the project without contributing back, we added Commons Clause 1.0 to the project. As mentioned, we are fully committed to the open source community. We would love to hear your thoughts on the licensing model and are willing to make it more suitable for the community.

Contributing

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

Getting help & Contact

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

If you like Nebula Graph, please leave us a star. nebula star

com.vesoft

vesoft inc.

Versions

Version
1.0.0-rc2