This release brings a new feature that distinguishes Kùzu from any other graph database out there -- Kùzu-WASM for in-browser graph analytics -- run your graph database while keeping all data and compute within your browser session! Our extension ecosystem also has an exciting new addition:...
By company size Enterprises Small and medium teams Startups Nonprofits By use case DevSecOps DevOps CI/CD View all use cases By industry Healthcare Financial services Manufacturing Government View all industries View all solutions Resources Topics AI DevOps Security Software Development...
In the new implementation, each thread first locally performs aggregation with a fixed-sized hash table. When the local hash table is full, tuples are partitioned into `N` groups and flushed to `N` global queues. Each queue maintains tuples for a single group. After the thread has exhaus...
This release brings a new feature that distinguishes Kùzu from any other graph database out there — Kùzu-WASM for in-browser graph analytics — run your graph database while keeping all data and compute within your browser session! WASM support enables client-side analytics and in-browser gr...
This release brings a new feature that distinguishes Kùzu from any other graph database out there — Kùzu-WASM for in-browser graph analytics — run your graph database while keeping all data and compute within your browser session! WASM support enables client-side analytics and in-browser gr...
We're kicking off the year 2025 with the exciting release of Kùzu 0.8.0, which brings two new features: Kùzu-WASM for in-browser graph analytics. You can now run your graph database while keeping all data and compute within your browser session!
46 + `COPY FROM` statement is also a new feature of this release; [see below](#copy-from-with-subquery)). 51 47 52 - ```cypher 48 + ``` 53 49 CREATE NODE TABLE Person(name STRING, age INT64, PRIMARY KEY (name)); 54 - COPY Person FROM (LOAD FROM db1.person RETURN *...
`COPY FROM` statement is also a new feature of this release; [see below](#copy-from-with-subquery)). ``` CREATE NODE TABLE Person(name STRING, age INT64, PRIMARY KEY (name)); COPY Person FROM (LOAD FROM pg_db_uni.person RETURN *); ``` You can see the attached databases to a ...
v0.4.0, we are happy to introduce two brand new extensions to connect Kùzu to the following two external databases: DuckDB and PostgreSQL . For now, these extensions are read-only, allowing you to directly scan data from either database (no write support). Using them is remarkably simple:...
In the new implementation, each thread first locally performs aggregation with a fixed-sized hash table. When the local hash table is full, tuples are partitioned into `N` groups and flushed to `N` global queues. Each queue maintains tuples for a single group. After the thread has exhaus...