Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 588 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 588 Bytes

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.