
Kuzu - An embeddable, scalable, extremely fast graph database
Kuzu is a really good graph database. If DuckDB is as an emerging power in the relational database world, there is Kuzu in the GDBMS world, and it is open source and faithful to the basics.
Kuzu 0.7.0 Release - blog.kuzudb.com
Nov 15, 2024 · It’s been a busy few months, and we are happy to announce the release of Kuzu 0.7.0! This release includes important performance and scalability improvements at the very core of the system along with some user-facing features.
Documentation | Kuzu
6 days ago · Welcome to the Kuzu docs! Kuzu is an embedded graph database built for query speed and scalability. It is optimized for handling complex join-heavy analytical workloads on very large graphs, with the following core feature set: Property Graph data model and Cypher query language; Embedded (in-process) integration with applications
Create your first graph | Kuzu - Kùzu
6 days ago · Because Kuzu is an embedded database, there are no servers to set up — you can simply import the kuzu module in your preferred client library and begin interacting with the database in your client API of choice. The examples below demonstrate how to create a graph schema and insert data into an on-disk database.
Visualize graphs in Kuzu Explorer | Kuzu - Kùzu
Mar 20, 2025 · Kuzu Explorer is a browser-based frontend to visualize and explore Kuzu database schemas and query results in the form of a graph, table, or JSON. This is a useful tool for exploring your graph data and debugging your data model during the prototyping phase.
Tutorials | Kuzu - Kùzu
6 days ago · In this section, we link to some learning resources to become more familiar with Kuzu’s usability features, Cypher and its integration with the Python data science and machine learning ecosystem. Cypher tutorial
Kuzu 0.5.0 Release - Kùzu
Jul 31, 2024 · These include MVCC-based faster transactions, as well as several new features, such as attaching to remote Kuzu and SQLite databases, Python UDFs, scanning and outputting to JSON, scanning and loading from Polars DataFrames, and for a bonus usability feature, a progress bar in CLI and Kuzu Explorer!
Kuzu 0.0.7 Release - Kùzu
Aug 16, 2023 · We are very happy to release Kuzu 0.0.7 today! This release comes with the following new main features and improvements: To install the new version, please visit the download section of our website and getting started guide .
Install Kuzu | Kuzu - Kùzu
Apr 1, 2025 · Kuzu is an embedded graph database that can be used from the command line as well as a variety of programming languages. This page shows how to install Kuzu for the various client libraries available in various languages.
Transforming your data to graphs - Part 1 - Kùzu
Jan 24, 2024 · A key feature of Kuzu is that it’s a schema-based graph database, making it highly convenient to read data that already exists in relational systems. Like RDBMSs, Kuzu also relies on strongly-typed values in columns and uses primary key constraints on tables to model the data.