Commit Graph

85 Commits

Author SHA1 Message Date
bookug 664bfbc0f0 fix: bugs in benchmark of java api of http;
by yangchaofan
2018-08-08 21:29:31 +08:00
bookug a3f9dd455c docs: benchmark1 is right in java api of http;
but benchmark still exists errors;

by znegli
2018-08-08 13:52:01 +08:00
bookug f223dd80b6 feat: add php and python api for python;
bug exists in java api of http;

by zengli
2018-08-08 13:33:17 +08:00
bookug 8224f86498 fix: bugs in api http c++;
by zengli
2018-08-07 21:59:55 +08:00
mrmrfan 152f355faa update docs in http api 2018-07-28 20:21:58 +08:00
mrmrfan ca57beae3e update docs for cpp http api 2018-07-28 20:12:56 +08:00
mrmrfan f1fe7e2538 update 2018-07-26 21:32:02 +08:00
mrmrfan 568419839c implement http api for python 2018-07-26 19:44:20 +08:00
mrmrfan dd13072d4a add a new query function 2018-07-26 18:26:24 +08:00
mrmrfan 470712a4e2 update 2018-07-26 18:17:09 +08:00
mrmrfan 7cbdef62c3 add a new query function 2018-07-18 15:36:51 +08:00
mrmrfan 7f1d87940f add an example of new query funtion 2018-07-18 15:29:02 +08:00
earthhouge 0d53076edc modify the path of .nt file 2018-07-09 10:44:29 +08:00
mrmrfan 407dfa83d8 update 2018-06-12 15:34:27 +08:00
bookug 9c9ff571e3 fix: bug in C++ socket api;
by znegli
2018-06-11 20:30:13 +08:00
lijing a680bc8564 update api and docs 2018-04-18 21:33:27 +08:00
lijing df7f56ed24 Add:use thread in ghttp 2018-04-16 17:06:37 +08:00
bookug 468399b58e feat: merge branch of bookug;
remaining to be fixed;

by zengli
2018-04-05 15:24:55 +08:00
lijing dadaa59b76 Merge branch 'lijing' into redbud
merge lijing
2018-01-19 15:54:59 +08:00
lijing 89a08fdb15 Merge branch 'redbud' of https://github.com/Caesar11/gStore into redbud
redbud
2018-01-19 15:53:31 +08:00
lijing a4ca55cbc9 add:multi_users,multi_databases 2018-01-19 15:49:16 +08:00
lijing c8ef11e1e0 add:multi_databases & multi_users 2018-01-19 15:20:56 +08:00
root d9d14f1320 Modify: modify std::sort to parallelsort using openmp 2017-12-24 14:43:25 +08:00
lijing fe47f3a29b api:utf-8 in java api 2017-12-17 18:59:48 +08:00
bookug 3a8c6a8613 docs: makefile in c++ api 2017-12-12 16:29:39 +08:00
bookug 8678688356 merge: branch parallel and suxunbin 2017-12-05 00:28:02 +08:00
suxunbin ef599f1ba0 Add: add a test example using Java API 2017-11-26 16:22:32 +08:00
suxunbin 93fb9f6fa6 Add:add a test script 2017-11-26 15:51:16 +08:00
root 61f15098de Fixed: cancel curl's timeout settings 2017-11-14 20:29:09 +08:00
root 04b4cb3fd4 Add test examples using C++ API 2017-11-14 20:22:54 +08:00
bookug 1979d4f0f3 merge: master and parallel to bookug 2017-11-14 11:13:17 +08:00
bookug 0f936c75ea feat:change fseek and fread to pread in StringIndex 2017-11-14 10:37:04 +08:00
suxunbin 9f837aa9da Create a new branch 'suxunbin': add gmonitor&gshow in C++, finish ghttp C++ API 2017-11-13 19:10:20 +08:00
bookug e5fba910aa fix: bug in IVTree::preLoad insertion/deletion 2017-11-10 18:43:27 +08:00
bookug 320780f809 docs: add example for http java api 2017-11-08 14:16:28 +08:00
bookug 90304d1ebb docs: add sth to makefile 2017-10-27 19:59:22 +08:00
bookug 3719970514 fix: support 12000 query threads now;
merge the modifications of chenjiaqi;
it is the opened socket for each connection that reall matters;

by zengli
2017-10-27 13:58:35 +08:00
bookug e2dd57de76 docs: add some comment 2017-10-27 00:44:05 +08:00
bookug 8bc423fb95 feat: add parallism for ghttp;
use C++11 thread, each for a query;
lock teh whole database when load/build/unload;
lock teh database when running update query;
query cache and the whole KVstore not resolved;
debug_lock should be removed later;
A query thread can open file in Util::memoryLeft once, and may also use Stream which will also open several files, so the limits of system must be increased to support high parallism;

by zengli, bugs to do
2017-10-26 21:24:44 +08:00
bookug 4e98342bd6 docs: add more benchmark 2017-10-19 20:15:42 +08:00
bookug 9629682786 feat: parallism;
use multiple processes for query processing now;

by zengli
2017-10-19 19:28:28 +08:00
magicpanda0618 286faa354f perf: use StringBuffer in Java HTTP API
by chenjiaqi
2017-08-09 15:43:27 +08:00
bookug bf010ba035 refactor: release 0.5.0
merge code in bookug branch

by zengli
2017-08-07 13:39:34 +08:00
bookug 5af678478e docs: prepare for 0.5.0
TODO: update API.md, TIPS.md, USAGE.md

by zengli
2017-08-03 00:13:29 +08:00
bookug a66d1fccd8 perf: improve api netword speed 2017-07-31 12:14:11 +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
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
root db7f24414f view: add openkg pages;
by lijing
2017-07-26 12:48:20 +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