Skip to content

RoadTLife/t_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T_Graph_DB

1. Introduction

tgraph is a high performance graph database.

Functionalities:

  • Labeled property graph model(Unfinished)

2. Building

Build for Linux

Quick Start

git clone https://github.com/T-GraphDB/tgraph_db.git
cd tgraph_db

# build 
mkdir -p build && cd build
cmake .. && cmake --build .

3. Documentation

4.Repository contents

  • include/graph/db.h: Main interface to the DB: Start here.

  • include/graph/status.h: Status is returned from many of the public interfaces and is used to report success and various kinds of errors.

About

高性能-图数据库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published