bookug
745510772c
fix: found a bug in ghttp
...
func_timer will kill teh whole child process and database needs to be loaded again
by zengli, need to be fixed
2017-08-07 13:02:31 +08:00
bookug
1f3fcc966a
perf: no backup and limit time in Endpoint
...
no need to use backup function when ghttp used as SPARQL Endpoint;
query time is limited to 1 minute in SPARQL Endpoint by default;
by zengli
2017-08-06 22:15:55 +08:00
bookug
11edefed54
style: add get_data_time to print query logs
2017-07-31 21:22:45 +08:00
bookug
f21d1e0f8f
style: add queries for endpoints
2017-07-31 18:27:27 +08:00
bookug
3a07d08382
Merge branch 'bookug' of https://github.com/Caesar11/gStore into bookug
...
merge lijing's code (subtle modification)
2017-07-31 12:14:41 +08:00
bookug
a66d1fccd8
perf: improve api netword speed
2017-07-31 12:14:11 +08:00
lijing
344cf5aa86
add some annotation to the code.
2017-07-31 00:12:49 +08:00
lijing
4a791610dd
fix IE problem
2017-07-30 20:06:39 +08:00
lijing
2e00ed19a3
fix IE problem
2017-07-30 19:53:43 +08:00
bookug
0ed7148287
fix: bugs in ghttp;
...
also bugs left for download and delete in firefox, chrome and Edge;
by zengli
2017-07-30 14:17:56 +08:00
lijing
bd538450e4
Merge branch 'bookug' of https://github.com/Caesar11/gStore into bookug
...
Conflicts:
Main/ghttp.cpp
api/http/java/example/JavaAPIExample.java
2017-07-29 12:58:45 +08:00
lijing
abada84758
improve download function.
2017-07-29 12:45:12 +08:00
bookug
af093913c9
refactor: fix ghttp and add function
2017-07-29 12:00:51 +08:00
bookug
e94eafc613
docs: modify the java api for new REST interface;
...
bug exists in the HTTP transformation;
by zengli
2017-07-27 17:54:45 +08:00
bookug
16d4bc03bb
style: subtle changes to ghttp;
...
by zengli
2017-07-26 12:51:40 +08:00
bookug
7753459dc2
feat: enhance the HTTP server;
...
merge lijing's code, support a good sparql endpoint;
bug in download file, and unable to visit by inputing URLs in browser directly;
by lijing and zengli
2017-07-25 23:19:05 +08:00
bookug
ae5e610acc
fix: bug in KVstore and Join;
...
mess code in KVstore due to read after request() release the pointer;
lack of empty judgement in Join::pre_handler;
by zengli
2017-07-12 20:33:44 +08:00
bookug
556edb1b49
feat: add gserver utility to ghttp;
...
improve the stablity of ghttp;
by wanglibo
2017-07-02 19:48:27 +08:00
bookug
17e0ff2b46
fix: set READ_WRITE as default database mode
...
choose to set or not: ONLY_READ in Util.h
if used as sparql endpoint, set it to save memory;
otherwise, not set it to support insert/delete;
by zengli
2017-06-26 21:47:32 +08:00
bookug
61a28de125
feat: move old api to api/socket and add new api in api/http;
...
old api is mjust for socket(bin/gserver), new api support HTTP(bin/ghttp)
only java is well dealed in new api, other languages waiting
by zengli
2017-06-23 16:26:28 +08:00
bookug
a1ed886364
refactor(small): change default port of ghttp from 8080 to 9000
...
change default port; add infos of structure to kvstore;
by zengli
2017-06-19 14:10:11 +08:00
bookug
29505b6ec2
feat: add cpp example for http
2017-06-15 23:33:24 +08:00
bookug
670093e42a
feat: add monitor for Http server
...
not finished, just a start
by zengli, no changes to others
2017-06-15 21:22:03 +08:00
bookug
38575b16e6
fix: forbid vlist cache
2017-06-13 15:24:00 +08:00
bookug
1c8821fe35
refactor: not ouput result on screen
2017-05-25 16:00:39 +08:00
bookug
32f1718bcf
docs: add boost requirement
2017-05-19 23:31:48 +08:00
bookug
c11088ee3e
feat: merge wlb branch;
...
support backup in gserver but not in HttpConnector;
by zengli
2017-05-18 23:27:58 +08:00
bookug
77499f990e
feat: merge http branch
2017-05-18 22:56:41 +08:00
bookug
25e1c3ed10
feat: merge type branch;
...
value branch has already been merged into type;
by zengli
2017-05-18 22:35:22 +08:00
bookug
fb0cd3cff6
feat: add http support;
...
with bugs due to boost version; start with bin/HttpConnector;
by lvxin
2017-05-16 21:27:20 +08:00
bookug
a33642226c
fix: gserver
...
by wanglibo
2017-04-12 13:26:51 +08:00
bookug
2da666757d
feat: add recovery function
...
if load a db and quit on accidents, you can start the gconsole in native mode on the db server,
and use restore command to recover to teh latest db (backup function will be auto started when you connect to gserver and load
a db)
in addition, gserver stablity is improved to deal with query fails
by wanglibo, no modifications to others
2017-04-11 15:26:35 +08:00
bookug
2c5ef57fe4
fix: DEBUG_VSTREE error
...
caused by #define DEBUG - Util util
by zengli
2017-04-02 22:04:55 +08:00
bookug
d64358b606
perf: add VList for IVTree; lower the copy cost in KVstore
...
this work doe not ends
by zengli, maybe conflicates with type branch
2017-03-28 16:56:16 +08:00
bookug
84dbb166c3
update the docs; fix bugs in gconsole and api
2017-03-26 23:21:56 +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
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
5e1f5e7a17
version 0.4.0
2017-01-16 14:12:57 +08:00
bookug
7303e40611
add postProcessing and stringIndex for getFinalResult;add insertion/deletion;fix bugs
2016-09-25 22:14:36 +08:00
bookug
52b600d44c
add distributed gstore by pengpeng
2016-09-18 20:01:57 +08:00
bookug
02e54e2c17
merge newest devGstore
2016-05-16 03:16:22 +08:00
bookug
bf1c5614b8
remove almost all debug info;move time and size to end
2016-05-04 15:36:17 +08:00
bookug
09b6191345
remove shell cmds
2016-04-30 16:56:37 +08:00
bookug
8f4fe83b18
improve join; add not-bgp;fix and better stream;add gconsole;use -O3
2016-04-01 20:58:15 +08:00
bookug
78ad6760d5
not using lfs now
2016-03-12 01:52:18 +08:00
bookug
ae9f604a11
remove docs and test
2016-03-12 01:50:36 +08:00
bookug
56ec81216a
reinit and adjust
2016-03-04 16:49:06 +08:00
bookug
59d98adaaa
merge several classes;
...
remove most warnnings;
adjust debug system;
add Stream for ResultSet;
cant add Stream for IDlist and maybe not need;
add redirection for gquery console;
add realpath for soft links but not enable;
author: zengli
2015-11-06 19:13:39 +08:00