Embedded property graph database optimized for speed with built-in vector search, full-text search, and Cypher query language.
Kuzu is an embedded property graph database built for high-speed query execution and scalability on complex analytical workloads. It implements the Cypher query language and provides built-in vector search and full-text search capabilities. The database is designed to handle large-scale graph data efficiently with features like columnar storage and multi-core parallelism.
Developers building applications that require embedded graph database capabilities with advanced search features, particularly those working on analytics, recommendation systems, or knowledge graphs.
Kuzu offers exceptional query performance through novel join algorithms and optimized storage structures, combined with native vector and full-text search in a single embedded package. Its WebAssembly support enables secure execution in browser environments, making it versatile for various deployment scenarios.
Embedded property graph database built for speed. Vector search and full-text search built in. Implements Cypher.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Uses a vectorized and factorized query processor with novel join algorithms, optimized for fast execution on complex graph workloads, as highlighted in the README.
Integrates directly into applications without a separate database server, enabling reduced deployment overhead and browser execution via WebAssembly bindings.
Combines built-in full-text search and vector indices natively, allowing for retrieval capabilities within graph queries without external tools.
Requires hosting a local extension server for many extensions, as the official server is no longer provided, adding setup and maintenance complexity.
The project is being archived, which may limit future updates and support, posing risks for long-term or production deployments.