macOS
brew install fourstorelocal Homebrew formula metadata
安装
brew install fourstorelocal Homebrew formula metadata
概览
Efficient, stable RDF database
历史
4store is an RDF database and SPARQL-oriented triplestore whose official README describes it as efficient, scalable, and stable. It sits in the semantic-web database niche rather than the general SQL or document-store lineage.
The project was designed by Steve Harris and developed at Garlik to support Semantic Web applications. The README says it had already served as Garlik's base platform for about three years, including databases of about 15GT and a web application used by thousands of people.
The public GitHub repository dates to 2009 and uses the 4store name for a suite of administrative, backend, import, HTTP, query, dump, restore, and cluster tools. Its changelog shows continued maintenance through the 1.1.x line, including SPARQL Update, RDF 1.1 bNode skolemisation, clustering/admin changes, HTTP output formats, and portability fixes.
The strongest official adoption signal is Garlik's own use: 4store was built to underpin production Semantic Web applications before being packaged as a standalone open source database. In package-manager culture it became a compact command-line triplestore option for developers who needed RDF and SPARQL without deploying a larger semantic-web stack.
A typical workflow creates and manages knowledge bases with tools such as 4s-backend-setup and 4s-admin, imports RDF with 4s-import, queries with 4s-query or the HTTP daemon, and uses dump, restore, backup, and cluster commands for operations.
The README documents Raptor and Rasqal as RDF/SPARQL prerequisites, and notes operational details such as the store directory under /var/lib/4store and /etc/4s-cluster for clustered frontends.
4store is package-nerd interesting because it is a C-era Unixy semantic-web database delivered as many small executables rather than a single monolithic service. It exposes the operational vocabulary of RDF stores directly: import, query, update, dump, cluster copy, cluster start/stop, and HTTP serving.
It also captures a historical moment when RDF/SPARQL infrastructure was commonly distributed through native package managers and built against libraries such as Raptor and Rasqal.
安全态势
broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.
orange 风险 · 中 置信度 · infrastructure
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
4s-admin | cli | 全局可执行文件 | |
4s-backend | cli | 全局可执行文件 | |
4s-backend-copy | cli | 全局可执行文件 | |
4s-backend-destroy | cli | 全局可执行文件 | |
4s-backend-info | cli | 全局可执行文件 | |
4s-backend-passwd | cli | 全局可执行文件 | |
4s-backend-setup | cli | 全局可执行文件 | |
4s-boss | cli | 全局可执行文件 | |
4s-cluster-copy | cli | 全局可执行文件 | |
4s-cluster-create | cli | 全局可执行文件 | |
4s-cluster-destroy | cli | 全局可执行文件 | |
4s-cluster-file-backup | cli | 全局可执行文件 | |
4s-cluster-info | cli | 全局可执行文件 | |
4s-cluster-start | cli | 全局可执行文件 | |
4s-cluster-stop | cli | 全局可执行文件 | |
4s-delete-model | cli | 全局可执行文件 | |
4s-dump | cli | 全局可执行文件 | |
4s-file-backup | cli | 全局可执行文件 | |
4s-httpd | cli | 全局可执行文件 | |
4s-import | cli | 全局可执行文件 | |
4s-info | cli | 全局可执行文件 | |
4s-query | cli | 全局可执行文件 | |
4s-restore | cli | 全局可执行文件 | |
4s-size | cli | 全局可执行文件 | |
4s-ssh-all | cli | 全局可执行文件 | |
4s-ssh-all-parallel | cli | 全局可执行文件 | |
4s-update | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/4store/4store
安装元数据
| 软件包键 | brew:fourstore |
|---|---|
| 版本 | 1.1.7 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/fourstore |
| 主页 | https://4store.github.io |
| 仓库 | https://github.com/4store/4store |
| 上游文档 | https://github.com/4store/4store#readme |
| 许可证 | GPL-3.0-or-later |
| 源码归档 | https://github.com/4store/4store/archive/refs/tags/v1.1.7.tar.gz |
| 最后更新 | 2026-06-15T10:20:16-04:00 |
| Pulse | updated |
| 依赖 | dbus, gettext, glib, pcre, raptor, rasqal, readline |
| 构建依赖 | autoconf, automake, libtool, pkgconf |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
| 注意事项 | Databases will be created at $HOMEBREW_PREFIX/var/fourstore. Create and start up a database: 4s-backend-setup mydb 4s-backend mydb Load RDF data: 4s-import mydb datafile.rdf Start up HTTP SPARQL server without daemonizing: 4s-httpd -p 8000 -D mydb See https://4store.danielknoell.de/trac/wiki/Documentation/ for more information. |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | fourstore |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | yes |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.