macOS
brew install dynomitelocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für dynomite in AI-Agent-Workflows.
Installation
brew install dynomitelocal Homebrew formula metadata
Überblick
Generic dynamo implementation for different k-v storage engines
Verlauf
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.
Sicherheitslage
Für dynomite wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
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
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
dynomite | cli | globales Executable | |
dynomite-hash-tool | cli | globales Executable | |
dynomite-test | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/Netflix/dynomite
Installationsmetadaten
| Paketschlüssel | brew:dynomite |
|---|---|
| Version | 0.6.22 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/dynomite |
| Homepage | https://github.com/Netflix/dynomite |
| Repository | https://github.com/Netflix/dynomite |
| Upstream-Dokumentation | https://netflix.github.io/dynomite |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/Netflix/dynomite/archive/refs/tags/v0.6.22.tar.gz |
| Zuletzt aktualisiert | 2026-07-10T19:03:08-04:00 |
| Pulse | updated |
| Abhängigkeiten | openssl@4 |
| Build-Abhängigkeiten | autoconf, automake, libtool |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.