Tugraph Db Save

TuGraph is a high performance graph database.

Project README

TuGraph

Release UT&&IT Documentation Status Commit codecov

Star Fork Contributor Docker License

EN CN

[中文版]

:mega: TuGraph-db Free Trial on Aliyun with Guide.

1. Introduction

TuGraph is an efficient graph database that supports high data volume, low latency lookup and fast graph analytics.

Functionalities:

  • Labeled property graph model
  • Full ACID support with serializable transactions
  • Graph analytics algorithms embedded with graph computing framework
  • Full-Text/Primary/Secondary Index support
  • OpenCypher query API
  • Stored procedure with C++/Python API

Performance and scalability:

You can find TuGraph's doc by link, and welcome to our website.

2. Quick Start

An easy way to start is using docker to set up, which can be found in DockerHub, named tugraph/tugraph-runtime-[os]:[tugraph version], for example, tugraph/tugraph-runtime-centos7:3.3.0.

For more details, please refer to quick start doc.

3. Build from Source

It's recommended to build TuGraph in linux system, and docker environment is a good choice. If you want to setup a new environment, please refer to Dockerfile.

Here are steps to compile TuGraph:

  1. run deps/build_deps.sh to build tugraph-web if you need. Skip this step otherwise.
  2. cmake .. -DOURSYSTEM=centos or cmake .. -DOURSYSTEM=ubuntu
  3. If support shell lgraph_cypher, use -DENABLE_PREDOWNLOAD_DEPENDS_PACKAGE=1
  4. make
  5. make package or cpack --config CPackConfig.cmake

Example: tugraph/tugraph-compile-centos7Docker environment

$ git clone --recursive https://github.com/TuGraph-family/tugraph-db.git
$ cd tugraph-db
$ deps/build_deps.sh
$ mkdir build && cd build
$ cmake .. -DOURSYSTEM=centos -DENABLE_PREDOWNLOAD_DEPENDS_PACKAGE=1
$ make
$ make package

4. Develop

We have prepared environment docker images for compiling in DockerHub, named tugraph/tugraph-compile-[os]:[compile version], for example, tugraph/tugraph-compile-centos7:1.1.0, which can help developers get started easily.

We have a roadmap to help you understand TuGraph.

To contribute, please read doc.

NOTICE: If you want to contribute code, you should sign a cla doc.

5. Partners

HUST FU ZJU
WhaleOps OceanBase SecretFlow

6. Contact

Official Website: www.tugraph.org

Slack (For developer quick communication): TuGraph.slack

Contact us via dingtalk, wechat, email and telephone: contacts

Open Source Agenda is not affiliated with "Tugraph Db" Project. README Source: TuGraph-family/tugraph-db
Stars
1,144
Open Issues
84
Last Commit
2 weeks ago
License

Open Source Agenda Badge

Open Source Agenda Rating