tgraph is a high performance graph database.
Functionalities:
- Labeled property graph model(Unfinished)
Quick Start
git clone https://github.com/T-GraphDB/tgraph_db.git
cd tgraph_db
# build
mkdir -p build && cd build
cmake .. && cmake --build .
-
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.