macOS
brew install dynomitelocal Homebrew formula metadata
brew
Generic dynamo implementation for different k-v storage engines. Version 0.6.22 via Homebrew; verified 2026-05-12.
install
brew install dynomitelocal Homebrew formula metadata
overview
Generic dynamo implementation for different k-v storage engines
history
Dynomite is Netflix's distributed Dynamo-inspired layer for key-value storage engines and protocols such as Redis and Memcached, focused on high availability and cross-datacenter replication.
Netflix created the public Dynomite repository in 2013. The README says Dynomite was inspired by Amazon's Dynamo whitepaper and was designed as a thin distributed layer over storage engines that do not themselves provide high availability or cross-datacenter replication.
The project documentation describes Redis and Memcached as supported protocols and emphasizes multi-datacenter replication, high availability, few moving parts, and performance. The README also records a branch workflow where version-numbered branches are considered stable while the `dev` branch is the active development branch.
Dynomite's adoption story is tied to Netflix infrastructure and the broader post-Dynamo ecosystem of eventually consistent key-value systems. In package managers, it is a specialized service binary rather than a general CLI; Homebrew keeps it available for local testing, experiments, and operators who need the daemon and helper tools.
Operators run `dynomite` with a YAML configuration file, commonly `dynomite.yml`, specifying datacenter, rack, tokens, seeds, listen addresses, datastore protocol, server pools, gossip, encryption scope, and statistics settings. The package also includes hash and test helper tools.
Dynomite matters to package nerds because it packages the Dynamo paper lineage into a concrete Unix service around existing key-value stores. It is a good example of infrastructure software whose formula exposes a daemon, config file, test mode, and helper binaries rather than a developer-facing one-shot command.
security posture
No matching local secret-handling manifest was found for dynomite. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
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.
dynomite.ymlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dynomite | cli | global executable | |
dynomite-hash-tool | cli | global executable | |
dynomite-test | cli | global executable |
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.
https://github.com/Netflix/dynomite
install metadata
| Package key | brew:dynomite |
|---|---|
| Version | 0.6.22 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dynomite |
| Homepage | https://github.com/Netflix/dynomite |
| Repository | https://github.com/Netflix/dynomite |
| Upstream docs | https://netflix.github.io/dynomite |
| License | Apache-2.0 |
| Source archive | https://github.com/Netflix/dynomite/archive/refs/tags/v0.6.22.tar.gz |
| Last updated | 2026-05-12T04:37:16Z |
| Pulse | updated |
| Dependencies | openssl@4 |
| Build dependencies | autoconf, automake, libtool |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dynomite |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.