# Installer ssdb avec Homebrew

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

## installation

```sh
sudo av install brew:ssdb
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ssdb
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:ssdb
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.9.9
- **Résumé source:** NoSQL database supporting many data structures: Redis alternative
- **Page d'accueil:** <https://ssdb.io/>
- **Dépôt:** <https://github.com/ideawu/ssdb>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- ssdb-bench (alias)
- ssdb-cli (alias)
- ssdb-dump (alias)
- ssdb-repair (alias)
- ssdb-server (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

SSDB is a LevelDB-backed NoSQL database and command-line server/client package that presents itself as a disk-backed, Redis-compatible alternative.

### Historique du projet

The SSDB repository was created in January 2013. Its README describes the project as a high-performance key-value, zset, hashmap, and list database written in C/C++ and built on LevelDB client-server support.

The project ships server and maintenance commands including ssdb-server, ssdb-cli, ssdb-bench, ssdb-dump, and ssdb-repair. The standard quick-start flow in the README builds from source, starts ssdb-server with ssdb.conf, and connects with the command-line client on port 8888.

### Historique d'adoption

SSDB's own documentation states that it was stable, production-ready, and used by Internet companies including QIHU 360. Its GitHub repository accumulated thousands of stars and forks, while Homebrew packaged release 1.9.9 from the upstream GitHub tag.

### Modes d'utilisation

The common package-manager use case is running ssdb-server with an ssdb.conf file, then using ssdb-cli for interactive administration or Redis-like data operations. The documentation also covers clients, replication, backup/import, clustering, high availability, and importing LevelDB data.

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

SSDB is interesting to package maintainers because it is a small C/C++ datastore with bundled command-line tools, a visible configuration file, LevelDB heritage, and Redis-client compatibility claims. That makes it a useful example of the 2010s wave of Redis-adjacent databases that package managers carried for developers experimenting with alternative persistence tradeoffs.

### Chronologie

- 2013-01: GitHub repository created.
- 2013-2020: Official documentation copyright range.
- 2020-02: 1.9.7 release published on GitHub.
- 2020-09: 1.9.8 release fixed a binlog resource leak.
- 2020-10: 1.9.9 release packaged by Homebrew.

### Related projects

- Related projects and concepts include Redis, LevelDB, ssdb-docs, ssdb-bin, and SSDB client libraries for languages such as C++, PHP, Python, Java, Node.js, Ruby, and Go.

### Sources

- <https://api.github.com/repos/ideawu/ssdb>
- <https://formulae.brew.sh/api/formula/ssdb.json>
- <https://github.com/ideawu/ssdb>
- <https://github.com/ideawu/ssdb/releases>
- <https://ideawu.github.io/ssdb-docs/?lang=en>


## Notes de sécurité

broad file, network, media, or database tool signal. formula declares a Homebrew service.

- **Risque Geiger:** orange / moyen
- broad file, network, media, or database tool signal
- formula declares a Homebrew service


## 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: ssdb.conf

## Combined YAML source

View the package source record on GitHub. [combined/ssdb.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ssdb.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
