bookug
7fa54f36c0
WARN: you must commit before you switch branch, otherwise the untracted files will influence another branch
2017-03-23 21:55:19 +08:00
bookug
deabdf293f
move devGstore to gStore and go on working on github instead of git osc;
...
improve the init configure file;
support empty database and indices:you can remove all triples from a db and insert/query;
change signature struct and generating method in build;
change FIFO to LRU; fix bug in Signature, the int maybe overflow;
test on shape.db, 0.7B triples with 0.42B entities
2017-03-23 21:32:41 +08:00
bookug
500f3fcf4d
add LICENSE for branch master
2017-03-23 13:33:53 +08:00
bookug
a350adc2cf
open -O2 optimization
2017-03-03 10:05:21 +08:00
bookug
eec13233bf
modify help docs
2017-03-01 18:50:11 +08:00
bookug
d35d87eb45
support JSON result
2017-02-28 20:32:01 +08:00
bookug
7d61f6de59
correct the QueryParser place
2017-02-27 19:22:36 +08:00
bookug
836c99d173
test QueryParser.h
2017-02-27 18:11:01 +08:00
bookug
fd075ed9df
rm NOTES
2017-02-27 18:06:35 +08:00
bookug
e3b09c6529
change memory-disk swap to all-memory in VSTree::LRUCache;
...
deal with extra () in sparql;
support long string with multiple lines in sparql;
support str(IRI) in sparql;
2017-02-26 17:18:21 +08:00
bookug
74598bf66e
fix bugs in api and gclient;
...
fix bugs in gconsole, pre_var and vstree;
support selected pre vars and parallel edges;
update both en and ch docs
2017-02-17 17:09:47 +08:00
bookug
f25ebcb123
update help docs
2017-02-10 12:45:20 +08:00
bookug
f364696150
fix run error bug in python api
2017-02-09 19:54:14 +08:00
bookug
d1de4bef37
fix bug in python api
2017-02-09 17:08:52 +08:00
bookug
4d7cffcb56
update docs
2017-02-09 12:54:28 +08:00
bookug
b7532bcb7d
fix bugs in gclient
2017-02-08 16:29:53 +08:00
bookug
bbdc9583d0
Merge branch 'master' of https://github.com/Caesar11/gStore
...
merge with subtle updates from github user, and then merge 0.4.0
2017-01-16 14:14:02 +08:00
bookug
5e1f5e7a17
version 0.4.0
2017-01-16 14:12:57 +08:00
Bookug Lobert
8f453154a9
Merge pull request #7 from Christophy/patch-1
...
Update INTRO.md
2017-01-06 23:37:12 +08:00
Bookug Lobert
520ca12e5c
update INTRO.md from a github user
...
better some expressions in the INTRO.md, and there is also some little modification done by me.
2017-01-06 23:32:38 +08:00
Christophy
5e45cc0d5c
Update INTRO.md
2017-01-06 16:33:02 +08:00
bookug
ea36218626
print time in build process
2016-10-25 15:10:52 +08:00
bookug
26413ef24e
add data file
2016-10-17 22:38:11 +08:00
bookug
cc7accc97d
fix bug in turtle parser: deal with prefix in IRI
2016-10-14 10:28:53 +08:00
bookug
631776f57a
add docs and change to -O2
2016-10-12 22:17:14 +08:00
bookug
37bcc8602b
fix bug in General Evaluation
2016-09-28 14:01:39 +08:00
bookug
7303e40611
add postProcessing and stringIndex for getFinalResult;add insertion/deletion;fix bugs
2016-09-25 22:14:36 +08:00
bookug
e33617ab9b
Merge branch 'distribute'
...
update distributed gstore
2016-09-18 20:23:50 +08:00
bookug
fbd8213a6c
fix bug in distributed gstore, Join::preFilter
2016-09-18 20:22:45 +08:00
bookug
5ecf86c282
Merge branch 'distribute'
...
Conflicts:
Database/Database.cpp
Database/Database.h
Database/Join.cpp
Database/Strategy.cpp
KVstore/ISTree/storage/Storage.h
KVstore/KVstore.cpp
KVstore/KVstore.h
KVstore/SITree/storage/Storage.h
KVstore/SSTree/storage/Storage.h
LICENSE
Main/gadd.cpp
Main/gclient.cpp
Main/gconsole.cpp
Main/gload.cpp
Main/gquery.cpp
Main/gserver.cpp
Main/gsub.cpp
Query/BasicQuery.cpp
Query/IDList.cpp
Server/Operation.cpp
Server/Operation.h
Server/Server.cpp
Server/Server.h
Server/Socket.cpp
Signature/Signature.cpp
Util/Bstr.cpp
Util/Util.cpp
Util/Util.h
VSTree/EntryBuffer.h
VSTree/LRUCache.cpp
VSTree/LRUCache.h
VSTree/VNode.cpp
VSTree/VNode.h
VSTree/VSTree.cpp
VSTree/VSTree.h
api/cpp/src/GstoreConnector.cpp
api/cpp/src/GstoreConnector.h
api/java/src/jgsc/GstoreConnector.java
api/php/GstoreConnector.php
data/small_p2.sql
data/small_q0.sql
data/small_q1.sql
data/small_q2.sql
data/small_q3.sql
docs/MAIL.md
docs/latex/dbpedia2014_comparison.tex
makefile
this is to use distributed gstore to produce a new release
version
2016-09-18 20:20:15 +08:00
bookug
52b600d44c
add distributed gstore by pengpeng
2016-09-18 20:01:57 +08:00
bookug
b26105b111
add insertion and deletion;move new version here
2016-09-16 16:56:18 +08:00
bookug
6bd7c44cd8
reduce the code size of old gstore
2016-09-16 15:37:21 +08:00
bookug
018e58b10f
remove nonsense files in old gstore
2016-09-16 15:25:46 +08:00
bookug
7bd3d5145c
move the oldest gStore to the backup branch
2016-09-16 15:19:28 +08:00
bookug
1fce0907bb
add php api
2016-07-15 16:13:04 +08:00
bookug
9da8953769
fix bug in preFilter
2016-06-17 16:28:56 +08:00
bookug
bafcf4f565
fix bugs in build()
2016-06-15 16:35:50 +08:00
bookug
ab233a19e2
fix bugs in Database::s2po...
2016-06-09 01:26:36 +08:00
bookug
3ff237cff7
add survey
2016-06-01 16:55:00 +08:00
bookug
5aedbcd3aa
remove wasteful so2p;use p2s or p2o instead of s2p s2o sometimes
2016-05-20 21:57:15 +08:00
bookug
cb45d7cf45
readd python api(missed before);remove exit in BasicQuery
2016-05-20 21:12:55 +08:00
bookug
02e54e2c17
merge newest devGstore
2016-05-16 03:16:22 +08:00
bookug
782155629d
Merge branch 'master' of https://github.com/Caesar11/gStore
...
merge
2016-05-06 21:35:41 +08:00
bookug
83be90f6ab
subtle change to README
2016-05-06 21:34:57 +08:00
Bookug Lobert
28ae308d72
Merge pull request #4 from zhangxiaoyang/master
...
fix recv function
change recv buffer
2016-05-06 21:30:54 +08:00
zhangxiaoyang
72aa04e4dc
change recv buffer
2016-05-06 16:28:41 +08:00
zhangxiaoyang
9125a42d5d
fix recv function
2016-05-06 16:26:38 +08:00
bookug
a91c71574a
fix bug in add_literal_candidate
2016-05-05 23:04:04 +08:00
Caesar11
9a8338c21b
Merge pull request #3 from zhangxiaoyang/master
...
add python api
2016-05-05 09:43:35 +08:00