# Installer vitess avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:vitess
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install vitess
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#vitess
```

  Preuve: nixpkgs package indexes: pkgs/by-name/vi/vitess/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:vitess
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/vitess>
- **Version:** 24.0.2
- **Résumé source:** Database clustering system for horizontal scaling of MySQL
- **Page d'accueil:** <https://vitess.io>
- **Dépôt:** <https://github.com/vitessio/vitess>
- **Docs amont:** <https://vitess.io>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/vitessio/vitess/archive/refs/tags/v24.0.2.tar.gz>
- **Dernière mise à jour:** 2026-07-26T00:30:33+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- docgen (cli)
- mysqlctl (cli)
- mysqlctld (cli)
- rulesctl (cli)
- topo2topo (cli)
- vtaclcheck (cli)
- vtadmin (cli)
- vtbackup (cli)
- vtbench (cli)
- vtclient (cli)
- vtcombo (cli)
- vtctl (cli)
- vtctlclient (cli)
- vtctld (cli)
- vtctldclient (cli)
- vtexplain (cli)
- vtgate (cli)
- vtgateclienttest (cli)
- vtorc (cli)
- vttablet (cli)
- vttestserver (cli)
- vttlstest (cli)
- zkctl (cli)
- zkctld (cli)
- docgen (alias)
- mysqlctl (alias)
- mysqlctld (alias)
- rulesctl (alias)
- topo2topo (alias)
- vtaclcheck (alias)
- vtadmin (alias)
- vtbackup (alias)
- vtbench (alias)
- vtclient (alias)
- vtcombo (alias)
- vtctl (alias)
- vtctlclient (alias)
- vtctld (alias)
- vtctldclient (alias)
- vtexplain (alias)
- vtgate (alias)
- vtgateclienttest (alias)
- vtorc (alias)
- vttablet (alias)
- vttestserver (alias)
- vttlstest (alias)
- zkctl (alias)
- zkctld (alias)

## Dépendances

- etcd

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 24.0.2
- gestionnaire mis à jour: 2026-07-26
- données locales: OK
- dépôt amont: https://github.com/vitessio/vitess
- dernière version détectée: v24.0.2 (à jour)
## Historique du projet et usages

Vitess is an open-source database clustering system for horizontally scaling MySQL. It sits between applications and MySQL, routes queries through VTGate, manages tablets through VTTablet, and lets applications continue using MySQL-compatible clients while data is split across shards.

Its historical importance comes from being a production-born database infrastructure project: it started inside YouTube, became a CNCF project, and is used as a way to move large MySQL estates toward cloud-native operations without rewriting every application around custom sharding logic.

### Historique du projet

Vitess was created at YouTube in 2010 after read replicas and application-level sharding were no longer enough to keep MySQL serving capacity ahead of traffic. The Vitess history page describes the progression from one primary database, to read replicas, to sharding, and then to the need for a reusable system around those shards.

The project became public on GitHub in 2012 and later moved into a vendor-neutral governance setting. CNCF accepted Vitess as an incubation project in February 2018, and Vitess graduated in November 2019 as the eighth CNCF graduated project.

Vitess 4.0 was announced at graduation time, with CNCF highlighting improved SQL query support, experimental VReplication support, and usability work aimed at making the system easier for new operators to adopt.

### Historique d'adoption

CNCF's graduation announcement states that Vitess had been a core component of YouTube's database infrastructure since 2011 and had grown there to encompass tens of thousands of MySQL nodes. Vitess documentation also says it served all YouTube database traffic for more than five years.

Beyond YouTube, official Vitess documentation names Slack, Square, and JD.com as production users. CNCF's Vitess project journey report describes community growth after CNCF entry, including hundreds of contributors, thousands of commits, and dozens of contributing companies during the measured period.

Vitess also became commercially significant through PlanetScale, whose founders included Vitess co-creators and operators. That connection helped make Vitess familiar to developers who might never run a multi-shard MySQL fleet directly but encountered the architecture through managed database services.

### Modes d'utilisation

Operators use Vitess when a single MySQL server or manually managed replication topology is no longer enough. VTGate exposes a MySQL-compatible query endpoint, VTTablet runs alongside MySQL instances, and a topology service such as etcd, ZooKeeper, or Consul stores cluster state.

Vitess is used for sharding, resharding, failover, backups, connection pooling, query protection, and large-fleet operational control. A key appeal is that applications can often continue using MySQL drivers while Vitess handles routing and cluster management below the application layer.

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

Vitess is the kind of package whose command list tells a story: `vtgate`, `vttablet`, `vtctl`, `vtctld`, `mysqlctl`, and related tools expose the moving parts of a distributed database control plane.

For package maintainers and infrastructure developers, it represents the category of serious cloud-native database software that still preserves the MySQL protocol as an adoption bridge.

### Chronologie

- 2010: Vitess was created inside YouTube to address MySQL scalability limits.
- 2011: Vitess became a core component of YouTube database infrastructure.
- 2012: The first public Vitess GitHub commit was made on February 24.
- 2018: CNCF accepted Vitess as an incubation project in February.
- 2019: CNCF announced Vitess graduation in November, alongside Vitess 4.0.
- 2020: CNCF published a Vitess project journey report documenting post-CNCF community and adoption growth.

### Related projects

- Vitess is related to MySQL and Percona Server because it scales and manages those databases rather than replacing their storage engine outright.
- It is also related to Kubernetes, etcd, gRPC, Prometheus, ZooKeeper, and Consul through cloud-native deployment, topology, monitoring, and control-plane integrations.

### Sources

- batch input current_curation.docs, current_curation.repo, and current_curation.tags
- <https://vitess.io/docs/23.0/overview/history/>
- <https://vitess.io/docs/24.0/overview/whatisvitess/>
- <https://www.cncf.io/announcements/2019/11/05/cloud-native-computing-foundation-announces-vitess-graduation/>
- <https://www.cncf.io/reports/vitess-project-journey-report/>


## Notes de sécurité

infrastructure mutation or orchestration signal.

- **Risque Geiger:** orange / moyen
- infrastructure mutation or orchestration signal

## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Nix - vitess: normalized package name match | nixpkgs package indexes: pkgs/by-name/vi/vitess/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Liens liés

- [Cloud CLI packages](https://pkg.so/fr/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [etcd](https://pkg.so/fr/brew/etcd/) - Runtime dependency declared by Homebrew.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [mysql](https://pkg.so/fr/brew/mysql/) - Shares pkgdb curated category or tags: cli, data, mysql.
- [mysql@8.0](https://pkg.so/fr/brew/mysql-8-0/) - Shares pkgdb curated category or tags: cli, data, mysql.
- [mysql@8.4](https://pkg.so/fr/brew/mysql-8-4/) - Shares pkgdb curated category or tags: cli, data, mysql.
- [percona-toolkit](https://pkg.so/fr/brew/percona-toolkit/) - Shares pkgdb curated category or tags: cli, data, mysql.
- [mycli](https://pkg.so/fr/brew/mycli/) - Shares pkgdb curated category or tags: cli, data, mysql.
- [lazysql](https://pkg.so/fr/brew/lazysql/) - Shares pkgdb curated category or tags: cli, data, mysql.
- [rainfrog](https://pkg.so/fr/brew/rainfrog/) - Shares pkgdb curated category or tags: cli, data, mysql.
- [mydumper](https://pkg.so/fr/brew/mydumper/) - Shares pkgdb curated category or tags: cli, data, mysql.
- [vineyard](https://pkg.so/fr/brew/vineyard/) - Local package facts share a topical domain. Shared terms: cli, data, etcd, kubernetes.

## Combined YAML source

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


## Sources

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