Automic VaultAutomic Vault

brew

使用 Homebrew 安装 fourstore

查看 fourstore 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install fourstore

local Homebrew formula metadata

概览

软件包摘要

Efficient, stable RDF database

命令和别名

  • 4s-admin
  • 4s-backend
  • 4s-backend-copy
  • 4s-backend-destroy
  • 4s-backend-info
  • 4s-backend-passwd
  • 4s-backend-setup
  • 4s-boss
  • 4s-cluster-copy
  • 4s-cluster-create
  • 4s-cluster-destroy
  • 4s-cluster-file-backup
  • 4s-cluster-info
  • 4s-cluster-start
  • 4s-cluster-stop
  • 4s-delete-model
  • 4s-dump
  • 4s-file-backup
  • 4s-httpd
  • 4s-import
  • 4s-info
  • 4s-query
  • 4s-restore
  • 4s-size
  • 4s-ssh-all
  • 4s-ssh-all-parallel
  • 4s-update

历史

项目历史与用法

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.

时间线

  • 2009: Public GitHub repository was created.
  • v1.1.3: lib4store allowed C programs to connect to 4store backends directly.
  • v1.1.5: Added features including non-MDNS administration, RDF 1.1 bNode skolemisation, SPARQL Update, and access-control work.
  • v1.1.7: README and build documentation were refreshed.

Related projects

  • Raptor and Rasqal are closely related dependencies for RDF parsing and SPARQL parsing.
  • 4store belongs to the same broad RDF triplestore and SPARQL database family as other semantic-web storage systems, but its official material emphasizes its own command-line and clustered backend tooling.

安全态势

风险级别:orange

broad file, network, media, or database tool signal. infrastructure mutation or orchestration signal.

风险分类器

orange 风险 · 中 置信度 · infrastructure

原因

  • broad file, network, media, or database tool signal
  • infrastructure mutation or orchestration signal

信号

  • text:cluster
  • text:http,ssh,backup,database

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 7 个运行时依赖。
  • 构建元数据列出 4 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
4s-admincli全局可执行文件
4s-backendcli全局可执行文件
4s-backend-copycli全局可执行文件
4s-backend-destroycli全局可执行文件
4s-backend-infocli全局可执行文件
4s-backend-passwdcli全局可执行文件
4s-backend-setupcli全局可执行文件
4s-bosscli全局可执行文件
4s-cluster-copycli全局可执行文件
4s-cluster-createcli全局可执行文件
4s-cluster-destroycli全局可执行文件
4s-cluster-file-backupcli全局可执行文件
4s-cluster-infocli全局可执行文件
4s-cluster-startcli全局可执行文件
4s-cluster-stopcli全局可执行文件
4s-delete-modelcli全局可执行文件
4s-dumpcli全局可执行文件
4s-file-backupcli全局可执行文件
4s-httpdcli全局可执行文件
4s-importcli全局可执行文件
4s-infocli全局可执行文件
4s-querycli全局可执行文件
4s-restorecli全局可执行文件
4s-sizecli全局可执行文件
4s-ssh-allcli全局可执行文件
4s-ssh-all-parallelcli全局可执行文件
4s-updatecli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本1.1.7
管理器更新时间2026-06-15
本地数据OK
上游当前
检测到的最新版本v1.1.7

https://github.com/4store/4store

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键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
Pulseupdated
依赖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 DatabaseHomebrew formula API
Taphomebrew/core
Full Namefourstore
Aliases
  • 4store
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedyes
Disabledno
Keg Onlyno
URL Keys
  • stable

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • package relationship graph
  • package version freshness
  • package-page enrichment