kuzu
kuzu copied to clipboard
Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
This is an in progress issue that describes our roadmap for implementing Resource Description Framework (RDF) support in Kùzu. In Kùzu, users model their records as a set of node...
# Description
### Kùzu version v0.4.2 ### What happened? ``` kuzu> create rel table group Has(from A to B); Error: Parser exception: mismatched input ')' expecting {',', SP} (line: 1, offset: 38)...
I’m trying to run the [tutorial](https://kuzudb.com/docusaurus/blog/kuzu-pyg-remote-backend/) on the integration with PyG. After fixing some problems in the code ([PR](https://github.com/pyg-team/pytorch_geometric/pull/8274)), I found out that, while it still works with kuzu 0.0.3,...
There seems to be no documentation for which operators should precede others in Cypher. However, in neo4j, multiplication appears to precede IS NULL, so the following query is valid and...
When running a query and printing query results in the CLI, if `CTRL C` is pressed it exits the shell instead of terminating the query and starting a new line...
The `getInputDir()` assumes the path ends with a '/'. If the path doesn't end with '/', incorrect schema.cypher, copy.cypher path will be generated. ``` class test1 : public DBTest {...
Similar to #2330, we should run cppclean and comb the diagnostics for correct diagnostics. This is very low priority because it's all fairly minor from what I remember.
Even if it's not complex, it'd be good if I setup a simple fuzzing infrastructure before the end of my term, so that it is extensible in the future.
shared: kuzu_shared.dll is ~18MB, kuzu_shared.lib ~250kb static: kuzu.lib is ~380MB is this due to template bloating?