macOS
brew install beanstalkdlocal Homebrew formula metadata
sudo port install beanstalkdMacPorts ports tree · sysutils/beanstalkd/Portfile · Source: api.github.com
brew / rang 5834
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de beanstalkd pour les workflows d'agents IA.
installation
brew install beanstalkdlocal Homebrew formula metadata
sudo port install beanstalkdMacPorts ports tree · sysutils/beanstalkd/Portfile · Source: api.github.com
sudo apk add beanstalkdAlpine Linux edge package indexes · beanstalkd · Source: dl-cdn.alpinelinux.org
sudo apt install beanstalkdDebian stable package indexes · beanstalkd · Source: deb.debian.org
sudo dnf install beanstalkdFedora Rawhide package metadata · beanstalkd · Source: dl.fedoraproject.org
nix profile install nixpkgs#beanstalkdnixpkgs package indexes · pkgs/by-name/be/beanstalkd/package.nix · Source: api.github.com
aperçu
Generic work queue originally designed to reduce web latency
historique
beanstalkd is a simple, fast general-purpose work-queue daemon with an ASCII TCP protocol and a small command-line operational surface.
The official homepage says Philotic, Inc. developed Beanstalk to improve response time for the Causes on Facebook application, which had more than 9.5 million users. The original goal was reducing high-volume web-page latency by moving expensive work into asynchronous jobs.
The project took inspiration from memcached for simple protocol design and documentation structure. Its core model stayed deliberately small: clients put jobs into tubes, workers reserve jobs, and jobs move through ready, delayed, reserved, and buried states.
beanstalkd became a classic lightweight queue option because it was easy to package, run, and bind from application languages. The homepage links to client libraries and production-administration files, while the supplied metadata shows packages across Homebrew, Debian, Ubuntu, Fedora, Alpine, MacPorts, Nix, and related Unix distributions.
Unlike heavier broker stacks, beanstalkd's no-config default and simple TCP protocol made it attractive for applications that needed a durable-ish work queue without adopting a full messaging platform.
The homepage states that beanstalkd has no configuration file and only a handful of command-line options. A common deployment starts one or more daemons listening on TCP port 11300.
The protocol document defines producer and worker operations such as put, reserve, delete, release, bury, kick, use, watch, and ignore. Jobs live in tubes, and the server treats job bodies as opaque bytes.
beanstalkd is package-nerd catnip because it is tiny infrastructure: install one daemon, open one TCP port, speak a readable protocol, and you have a usable background-job queue.
It represents a pre-cloud style of infrastructure package that still ages well: no service mesh, no cluster controller, no mandatory config file, just a small C daemon and a documented protocol.
posture de sécurité
formula declares a Homebrew service.
risque orange · confiance moyen · infrastructure
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
beanstalkd | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:beanstalkd |
|---|---|
| Version | 1.13 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://beanstalkd.github.io/ |
| Dépôt | https://github.com/beanstalkd/beanstalkd |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
beanstalkd 1.13-1
simple, in-memory, workqueue service
https://github.com/beanstalkd/beanstalkd
sudo apt install beanstalkdbeanstalkd
nix profile install nixpkgs#beanstalkdbeanstalkd 1.12-2
simple, in-memory, workqueue service
https://github.com/beanstalkd/beanstalkd
sudo apt install beanstalkdbeanstalkd 1.13-r1
Beanstalk is a simple, fast work queue
https://kr.github.io/beanstalkd/
sudo apk add beanstalkdbeanstalkd-doc 1.13-r1
Beanstalk is a simple, fast work queue (documentation)
https://kr.github.io/beanstalkd/
sudo apk add beanstalkd-docbeanstalkd-openrc 1.13-r1
Beanstalk is a simple, fast work queue (OpenRC init scripts)
https://kr.github.io/beanstalkd/
sudo apk add beanstalkd-openrcbeanstalkd 1.10-29.fc45
A simple, fast work-queue service
http://kr.github.io/beanstalkd/
sudo dnf install beanstalkdbeanstalkd
sudo port install beanstalkdpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.