gStore icon indicating copy to clipboard operation
gStore copied to clipboard

gStore - a graph based RDF triple store.

Results 23 gStore issues
Sort by recently updated
recently updated
newest added

When running "make" to build the package, it fails with the following error message: ... finish encode. after build, used 686ms. finish build VS-Tree. finish sub2id pre2id obj2id tripleNum is...

安装完成后,启动ghttp服务能正常使用,通过kill方式停掉ghttp服务后,再次启动会报端口被占用,无法正常启动。 查看服务器的端口确时没有被使用,但启动ghttp时,一直提示端口被占用。

Dear maintainers, I just tried your code on [this small NT file](https://github.com/wallscope/olympics-rdf/blob/master/data/olympics-nt-nodup.zip) with 1,781,625 triples on an Ubuntu 20.04 machine (128 GB RAM, AMD Ryzen 9 5900X). Here is what...

您好,请问gStore支持OPTIONAL算子吗?对于下面查询,返回结果错误。变量?e, ?f ,?g, ?h对应的三元组模式直接被忽略? ========================SPARQL查询===================== SELECT * WHERE { ?v0 ?a . OPTIONAL { ?v0 ?b . OPTIONAL { ?v0 ?c . } OPTIONAL { ?v0 ?d . } }...

I met a strange problem today. When I use command **_bin/gbuild dbpedia201604 triples.txt_** to build a new db, I got the message bellow. ![image](https://user-images.githubusercontent.com/43669838/119336060-b1a3a780-bcbf-11eb-8c76-bf8f192a1b61.png) I think it means my biuld...

在执行含有order by和group by关键字的sparql查询时报错: The supported ORDER BY key is var only. The supported GROUP BY key is var only. 而且在执行路径查询时,返回为空或报错: Prefix is not found, please define it before use.

If you have any question,you can ask questions here. And you also can ask questions there: [http://www.gstore.cn/pcsite/index.html#/medical](http://www.gstore.cn/pcsite/index.html#/medical) (Currently, only for Chinese)

change upddate/remove method and valuelist storage method

I've successfully built with ``` make pre make ``` Now I would like to do something like `make DESTDIR="$pkgdir" install` but this isn't available.

>[!IMPORTANT] > **This PR is protentially breaking!** > With a lot of file restructuring, includes renaming and reordering, the codebase is prone to break after merging this PR. > I'm...