# Installer dynomite avec Homebrew

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de dynomite pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:dynomite
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install dynomite
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:dynomite
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.6.22
- **Résumé source:** Generic dynamo implementation for different k-v storage engines
- **Page d'accueil:** <https://github.com/Netflix/dynomite>
- **Dépôt:** <https://github.com/Netflix/dynomite>
- **Dernière mise à jour:** 2026-07-10T19:03:08-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- dynomite (alias)
- dynomite-hash-tool (alias)
- dynomite-test (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.6.22
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2007: Amazon publishes the Dynamo paper that inspires Dynomite's design direction.
- 2013: Netflix creates the public Dynomite repository.
- 2010s: Dynomite documents Redis and Memcached backends, multi-datacenter replication, and versioned stable branches.
- 2026: Homebrew packages Dynomite 0.6.22.

### Related projects

- Related projects include Amazon Dynamo, Redis, Memcached, Apache Cassandra, Riak, Netflix internal infrastructure projects, and other distributed key-value stores built around replication, partitioning, and high availability.

### Sources

- <https://github.com/Netflix/dynomite#readme>
- <https://api.github.com/repos/Netflix/dynomite>
- <https://netflix.github.io/dynomite>
- <https://formulae.brew.sh/formula/dynomite>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour dynomite. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

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.


## Configuration files

- Unix: dynomite.yml

## Combined YAML source

View the package source record on GitHub. [combined/dynomite.yml](https://github.com/mxcl/pkgdb/blob/main/combined/dynomite.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
