macOS
brew install kuzulocal Homebrew formula metadata
安装
brew install kuzulocal Homebrew formula metadata
nix profile install nixpkgs#kuzunixpkgs package indexes · pkgs/by-name/ku/kuzu/package.nix · 来源: api.github.com
概览
Embeddable graph database management system built for query speed & scalability
历史
Kuzu is an embedded property graph database for analytical graph workloads, combining a Cypher-facing graph model with an in-process deployment style closer to SQLite or DuckDB than to a server database.
Kuzu was initially developed by Kuzu Inc. and the official docs describe it as coming out of academic database research by a team focused on graph storage, query processing, and scalability. Its core design includes columnar disk storage, CSR adjacency and join indices, vectorized and factorized query processing, efficient join algorithms, multi-core parallelism, and serializable ACID transactions.
Kuzu attracted attention as an embeddable graph DBMS for applications, notebooks, data science, and graph analytics where running a separate graph server is inconvenient. The project shipped client APIs across languages, a CLI, and integrations with formats and systems such as Parquet, Arrow, DuckDB, and SQLite.
Users create a Kuzu database either on disk or in memory, define a structured property graph schema, import data from files, and query with Cypher. The docs emphasize that embedded use avoids installing or managing an external DBMS server.
Kuzu matters to package nerds because it packages graph database functionality as an embeddable library and CLI, making graph queries feel installable like a local data tool. The later archive notice and v0.11.3 extension-bundling release also make it a case study in how package ecosystems handle project wind-downs and extension delivery.
安全态势
broad file, network, media, or database tool signal.
blue 风险 · 中 置信度 · tool
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
kuzu | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/kuzudb/kuzu
安装元数据
| 软件包键 | brew:kuzu |
|---|---|
| 版本 | 0.11.3 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/kuzu |
| 主页 | https://github.com/kuzudb/kuzu |
| 仓库 | https://github.com/kuzudb/kuzu |
| 上游文档 | https://github.com/kuzudb/kuzu#readme |
| 许可证 | MIT |
| 源码归档 | https://github.com/kuzudb/kuzu/archive/refs/tags/v0.11.3.tar.gz |
| 构建依赖 | cmake |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | kuzu |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
kuzu
nix profile install nixpkgs#kuzu来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.