Automic VaultAutomic Vault

brew

Install sparkey with Homebrew, MacPorts

Constant key-value store, best for frequent read/infrequent write uses. Version 1.0.0 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install sparkey

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install sparkey

MacPorts ports tree · databases/sparkey/Portfile · source: api.github.com

overview

Package summary

Constant key-value store, best for frequent read/infrequent write uses

Commands and aliases

  • sparkey
  • sparkey_bench

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 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.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 13 platform targets.
  • Installs with 1 runtime dependencies.
  • Build metadata lists 3 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
sparkeycliglobal executable
sparkey_benchcliglobal executable

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-07-08
manager version1.0.0
manager updated
local dataok
upstreamcurrent
latest detectedsparkey-1.0.0

https://github.com/spotify/sparkey

  • infoNo package-manager update timestamp was available.low confidence

install metadata

Package metadata

Package keybrew:sparkey
Version1.0.0
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/sparkey
Homepagehttps://github.com/spotify/sparkey/
Repositoryhttps://github.com/spotify/sparkey
Upstream docshttps://github.com/spotify/sparkey#readme
LicenseApache-2.0
Source archivehttps://github.com/spotify/sparkey/archive/refs/tags/sparkey-1.0.0.tar.gz
Dependenciessnappy
Build dependenciesautoconf, automake, libtool
Bottleavailable (on 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-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namesparkey
Version Scheme0
Revision1
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

MacPorts95%

sparkey

sudo port install sparkey
  • normalized package name match
  • Matched by: Sparkey
MacPorts ports tree · api.github.com · MacPorts ports tree: databases/sparkey/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

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