-
I have a schema that has nodes with properties that are arrays of Strings (`[String]`). This gets parsed properly by the type generator, but the autogenerated query just expects the base type (e.g. `S…
-
**Is your feature request related to a problem? Please describe.**
Currently, the GraphAr C++ and Spark libraries supports only several basic data types (including BOOL, INT32, INT64, FLOAT, DOUBLE, …
-
I am running the following code:
```
var assignments = new (long ScopeId, long RoleId, long UserId)[]
{
(123, 234, 345),
(321, 432, 543),
}
var assignmentMaps = assignments.Select(a =…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
Neo4j Aura Graph database Integration to retrieve and create/update data via Cypher/GQL.
### Why sh…
-
Troubleshooting and debugging has been a long pain for our system (e.g., #2311, #3190, #288, #725 )
Currently there are no unified and effective methods or mechanisms for logging and error reporting …
yecol updated
9 months ago
-
### Kùzu version
v0.6.0
### What operating system are you using?
Arch Linux x64
### What happened?
I feel the relationship constraints are not working as documented in https://docs.kuzudb.com/cyp…
-
I am going to list here some query languages for graphs that exists
### [Cypher](https://neo4j.com/developer/cypher-query-language/)
```
MATCH (node:Label) RETURN node.property
MATCH (node1:Label1)-…
-
## :rocket: Feature Request
### General Information
* [X] :wave: I may be able to implement this feature request
* [ ] :warning: This feature might incur a breaking change
### Description
I …
-
## Talk Title
Visual Analysis and Querying of Large Knowledge Graphs
## Session Overview
Grasping and querying large Knowledge Graphs (KGs) is challenging. I will demonstrate tooling for RDF as w…
-
There are few options for autoscaling serverless graph databases and I’m just curious because the graph database community really needs an on-demand scaling and pricing solution ...
how do you make…