# sparkey を Homebrew, MacPorts でインストール

sparkey のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:sparkey
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install sparkey
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install sparkey
```

  証拠: MacPorts ports tree: databases/sparkey/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:sparkey
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/sparkey>
- **バージョン:** 1.0.0
- **ソース概要:** Constant key-value store, best for frequent read/infrequent write uses
- **ホームページ:** <https://github.com/spotify/sparkey/>
- **リポジトリ:** <https://github.com/spotify/sparkey>
- **上流ドキュメント:** <https://github.com/spotify/sparkey#readme>
- **ライセンス:** Apache-2.0
- **ソースアーカイブ:** <https://github.com/spotify/sparkey/archive/refs/tags/sparkey-1.0.0.tar.gz>
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- sparkey (cli)
- sparkey_bench (cli)
- sparkey (エイリアス)
- sparkey_bench (エイリアス)

## 依存関係

- snappy

## ビルド依存関係

- autoconf
- automake
- libtool

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 1.0.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/spotify/sparkey
- 検出された最新: sparkey-1.0.0 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

Sparkey is Spotify's simple persistent key-value storage library and CLI for read-heavy systems with infrequent bulk writes. It is intentionally not a distributed database; it is closer to an immutable on-disk hash table.

### プロジェクトの歴史

The public repository was created in 2013. The official README says Sparkey came out of Spotify hackdays, motivated by services that needed to serve large static data sets with high throughput and low latency after limits in earlier storage choices became problematic.

### 採用の歴史

Sparkey's README documents use inside Spotify for user-facing services backed by periodically generated static storage files. Public packaging is narrower than general-purpose CLIs, but the supplied input shows entries in Homebrew and MacPorts, which fits a C library plus utility used by developers who need local tooling.

### 使われ方

Developers build it with the GNU build system, optionally generate API docs with Doxygen, and use the C library or the `sparkey` utility to inspect and read Sparkey index/log files. The design uses append-only log files and immutable hash index files optimized for bulk creation and concurrent independent readers.

### パッケージ好きにとっての重要性

Sparkey appeals to package and systems people because it is deliberately small, file-format-oriented infrastructure: a C library, command-line utility, Java and Python bindings, and explicit tradeoffs around immutability, compression, mmap-style serving, and bulk regeneration rather than online mutation.

### タイムライン

- 2013: Public GitHub repository created.
- 2010s: README records Sparkey's origin in Spotify hackdays and production-oriented static-data serving use cases.
- 2020s: Supplied package-manager data lists Homebrew and MacPorts packages.

### Related projects

- The official README lists spotify/sparkey-python and spotify/sparkey-java, and compares Sparkey's motivation against earlier use of CDB and Tokyo Cabinet.

### ソース

- <https://api.github.com/repos/spotify/sparkey>
- <https://github.com/spotify/sparkey>
- <https://raw.githubusercontent.com/spotify/sparkey/master/README.md>
- input.source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** sparkey
- **Version Scheme:** 0
- **Revision:** 1
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 他のパッケージマネージャ記録

- MacPorts - sparkey: normalized package name match | MacPorts ports tree: databases/sparkey/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [autoconf](https://www.automicvault.com/ja/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/ja/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [libtool](https://www.automicvault.com/ja/pkg/brew/libtool/) - Build dependency declared by Homebrew.
- [rocksdb](https://www.automicvault.com/ja/pkg/brew/rocksdb/) - Shares av.db curated category or tags: cli, data, embedded-database, key-value-store, key-value-stores.
- [berkeley-db](https://www.automicvault.com/ja/pkg/brew/berkeley-db/) - Shares av.db curated category or tags: cli, data, embedded-database, key-value-store, storage.
- [tdb](https://www.automicvault.com/ja/pkg/brew/tdb/) - Shares av.db curated category or tags: c-library, cli, data, embedded-database, key-value-store.
- [tokyo-cabinet](https://www.automicvault.com/ja/pkg/brew/tokyo-cabinet/) - Shares av.db curated category or tags: c-library, cli, data, embedded-database, key-value-store.
- [dynomite](https://www.automicvault.com/ja/pkg/brew/dynomite/) - Shares av.db curated category or tags: cli, data, key-value-store, storage.
- [lmdb](https://www.automicvault.com/ja/pkg/brew/lmdb/) - Shares av.db curated category or tags: cli, data, embedded-database, key-value-store.
- [qdbm](https://www.automicvault.com/ja/pkg/brew/qdbm/) - Shares av.db curated category or tags: c-library, cli, data, key-value-store.
- [tkrzw](https://www.automicvault.com/ja/pkg/brew/tkrzw/) - Shares av.db curated category or tags: cli, data, embedded-database, key-value-store.
- [leveldb](https://www.automicvault.com/ja/pkg/brew/leveldb/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database, key, key-value.
- [redis-leveldb](https://www.automicvault.com/ja/pkg/brew/redis-leveldb/) - Local metadata places this package in an adjacent workflow. Shared terms: cli, data, database, key, key-value-store.

## Combined YAML source

View the package source record on GitHub. [combined/sparkey.yml](https://github.com/automic-vault/db/blob/main/combined/sparkey.yml)


## ソース

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