kuzu
kuzu copied to clipboard
Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
### API Other ### Description It would be to use alias in the same level ``` kuzu> with '{"a": {"id": 1}, "b": {"id": 2}}' as data with json_keys(data) as keys,...
### Kùzu version v0.5.0 ### What operating system are you using? macOS 12 ### What happened? https://github.com/kuzudb/kuzu/blob/b88aca112024631118b667bbe41441a542347475/src/storage/store/node_group.cpp#L485 The use of `std::views` is not supported by AppleClang 14 toolchain, which is...
### API Python ### Description When loading, e.g., using `COPY FROM`, when there is an exception is it possible to show the data row which caused the exception? This would...
### Kùzu version master ### What operating system are you using? M1 MAC ### What happened? All test cases are in `kuzu/extension/json/test/example` - [x] json_extract on non existing field =>...
Hello, Any thoughts on implementing [GQL](https://www.gqlstandards.org/)? Afaik is heavily inspired in cypher, so it may be feasible. Learning new things is hard not because of the difficulty but because we...
### API Other ### Description If we define a block statement in one test file, then other test files should also be able to use it. This is extremely useful...
### The problem ~~1. for any writes to the catalog, we need to maintain both read and write version of the whole catalog, basically duplicate the memory overhead unnecessarily.~~ 2....
## Copy-to csv - [x] Support copy fixed-list to csv. - [x] Support copy union to csv. - [x] Support copy to with options. (https://github.com/kuzudb/kuzu/issues/2439) ## Copy-to parquet - [x]...
# Description Draft to test on CI for several new clang tidy checks on casting. We should gradually fix these failures and merge the checks into master.
### Kùzu version v0.4.2 ### What operating system are you using? https://demo.kuzudb.com/ ### What happened? Execute a cyher query with an integer with a leading zero and get an oC_SingleQuery...