macOS
brew install ssdblocal Homebrew formula metadata
brew
ssdb のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install ssdblocal Homebrew formula metadata
概要
NoSQL database supporting many data structures: Redis alternative
履歴
SSDB is a LevelDB-backed NoSQL database and command-line server/client package that presents itself as a disk-backed, Redis-compatible alternative.
The SSDB repository was created in January 2013. Its README describes the project as a high-performance key-value, zset, hashmap, and list database written in C/C++ and built on LevelDB client-server support.
The project ships server and maintenance commands including ssdb-server, ssdb-cli, ssdb-bench, ssdb-dump, and ssdb-repair. The standard quick-start flow in the README builds from source, starts ssdb-server with ssdb.conf, and connects with the command-line client on port 8888.
SSDB's own documentation states that it was stable, production-ready, and used by Internet companies including QIHU 360. Its GitHub repository accumulated thousands of stars and forks, while Homebrew packaged release 1.9.9 from the upstream GitHub tag.
The common package-manager use case is running ssdb-server with an ssdb.conf file, then using ssdb-cli for interactive administration or Redis-like data operations. The documentation also covers clients, replication, backup/import, clustering, high availability, and importing LevelDB data.
SSDB is interesting to package maintainers because it is a small C/C++ datastore with bundled command-line tools, a visible configuration file, LevelDB heritage, and Redis-client compatibility claims. That makes it a useful example of the 2010s wave of Redis-adjacent databases that package managers carried for developers experimenting with alternative persistence tradeoffs.
セキュリティ状態
broad file, network, media, or database tool signal. formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
ssdb.conf実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
ssdb-bench | cli | グローバル実行可能ファイル | |
ssdb-cli | cli | グローバル実行可能ファイル | |
ssdb-dump | cli | グローバル実行可能ファイル | |
ssdb-repair | cli | グローバル実行可能ファイル | |
ssdb-server | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/ideawu/ssdb
インストールメタデータ
| パッケージキー | brew:ssdb |
|---|---|
| バージョン | 1.9.9 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/ssdb |
| ホームページ | https://ssdb.io/ |
| リポジトリ | https://github.com/ideawu/ssdb |
| 上流ドキュメント | https://github.com/ideawu/ssdb#readme |
| ライセンス | BSD-3-Clause |
| ソースアーカイブ | https://github.com/ideawu/ssdb/archive/refs/tags/1.9.9.tar.gz |
| ビルド依存関係 | autoconf |
| Bottle | 利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | ssdb |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.