# tugraph-db **Repository Path**: haostatis/tugraph-db ## Basic Information - **Project Name**: tugraph-db - **Description**: TuGraph DB是一个高性能单机图数据库。 - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://github.com/TuGraph-family/tugraph-db - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2025-09-17 - **Last Updated**: 2025-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TuGraph [](https://github.com/TuGraph-family/tugraph-db/releases) [](https://github.com/TuGraph-family/tugraph-db/actions/workflows/ci.yml) [](https://tugraph-db.readthedocs.io/en/latest/?badge=latest) [](https://github.com/TuGraph-family/tugraph-db/commits/master) [](https://codecov.io/gh/TuGraph-family/tugraph-db) [](https://github.com/TuGraph-family/tugraph-db/stargazers) [](https://github.com/TuGraph-family/tugraph-db/forks) [](https://github.com/TuGraph-family/tugraph-db/contributors) [](https://hub.docker.com/r/tugraph/tugraph-runtime-centos7/tags) [](https://www.apache.org/licenses/LICENSE-2.0.html) [](https://tugraph-db.readthedocs.io/en/latest) [](https://tugraph-db.readthedocs.io/zh-cn/latest) [[中文版]](README_CN.md) :mega: **TuGraph-db [Free Trial](https://computenest.console.aliyun.com/service/detail/cn-hangzhou/service-7b50ea3d20e643da95bf?type=user&isRecommend=true) on Aliyun with [Guide](https://aliyun-computenest.github.io/quickstart-tugraph/)**. ## 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: - LDBC SNB world record holder (2022/9/1 https://ldbcouncil.org/benchmarks/snb/) - Supports up to tens of terabytes - Visit millions of vertices per second - Fast bulk import You can find TuGraph's doc by [link](https://tugraph-db.readthedocs.io/en/latest), and welcome to our [website](https://www.tugraph.org). ## 2. Quick Start An easy way to start is using docker to set up, which can be found in [DockerHub](https://hub.docker.com/u/tugraph), 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](docs/en-US/source/3.quick-start/1.preparation.md) and [development guide](./docs/zh-CN/source/development_guide.md). ## 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](ci/images). 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=centos7` or `cmake .. -DOURSYSTEM=ubuntu` 3. `make` 4. `make package` or `cpack --config CPackConfig.cmake` Example: `tugraph/tugraph-compile-centos7`Docker environment ```bash $ git clone --recursive https://github.com/TuGraph-family/tugraph-db.git $ cd tugraph-db $ deps/build_deps.sh $ mkdir build && cd build $ cmake .. -DOURSYSTEM=centos7 $ 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](docs/en-US/source/12.contributor-manual/5.roadmap.md) to help you understand TuGraph. To contribute, please read [doc](docs/en-US/source/12.contributor-manual/1.contributing.md). NOTICE: If you want to contribute code, you should sign a [cla doc](https://cla-assistant.io/TuGraph-db/tugraph-db). ## 5. Partners
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |