424f740053 | ||
---|---|---|
Bstr | ||
Database | ||
KVstore | ||
Parser | ||
Query | ||
Server | ||
Signature | ||
Triple | ||
VSTree | ||
api | ||
example | ||
format_query | ||
lib | ||
main | ||
tools | ||
util | ||
.gitignore | ||
Makefile | ||
README.md | ||
gStore2.0-usage_eng.pdf | ||
readme |
README.md
gStore
gStore2.0
Install Steps
System Requirement: 64bit linux with g++, gcc, make installed.
Install gStore2.0, just with two commands.
- run
make lib_antlr
to compile and link the library(static) we need.
- run
make
to compile the gStore code and build executable "gload", "gquery", "gserver", "gclient".