Go to file
Caesar11 6b5bf3fea5 1. delete some debug codes in Database.cpp, which may lead to segmentation fault.
2. update several connection classes(in Server folder) to support configurable gserver listening port.
2015-01-17 02:52:44 -05:00
Bstr add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
Database 1. delete some debug codes in Database.cpp, which may lead to segmentation fault. 2015-01-17 02:52:44 -05:00
KVstore add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
Parser add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
Query fix a bug in Socket::recv(). 2015-01-12 03:59:37 -05:00
Server 1. delete some debug codes in Database.cpp, which may lead to segmentation fault. 2015-01-17 02:52:44 -05:00
Signature add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
Triple add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
VSTree add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
api fixed the '\0' bug in GstoreConnector.recv() 2014-12-11 02:12:16 -05:00
example add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
format_query add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
lib add objs empty folder 2014-12-08 09:13:16 -05:00
main 1. delete some debug codes in Database.cpp, which may lead to segmentation fault. 2015-01-17 02:52:44 -05:00
objs add objs empty folder 2014-12-08 09:13:16 -05:00
tools add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
util add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00
.gitignore configure the .gitignore 2014-11-20 23:45:07 -05:00
Makefile add lib folder and update Makefile 2014-12-08 09:05:04 -05:00
README.md Update README.md 2014-11-21 14:40:42 +08:00
gStore2.0-usage_eng.pdf added usage doc. 2014-11-27 20:56:44 -05:00
readme add all source file and libs from local subversion 2014-11-20 23:46:37 -05:00

README.md

gStore

gStore2.0

Install Steps

System Requirement: 64bit linux with g++, gcc, make installed.

Install gStore2.0, just with two commands.

  1. run

make lib_antlr

to compile and link the library(static) we need.

  1. run

make

to compile the gStore code and build executable "gload", "gquery", "gserver", "gclient".