All Projects → EdwinHoksberg → beanstalkd-cli

EdwinHoksberg / beanstalkd-cli

Licence: MIT license
A simple cli interface for managing beanstalkd queues.

Programming Languages

go
31211 projects - #10 most used programming language
Roff
2310 projects
Makefile
30231 projects

Projects that are alternatives of or similar to beanstalkd-cli

Enqueue Dev
Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
Stars: ✭ 1,977 (+6960.71%)
Mutual labels:  beanstalkd
esb
Simple, beanstalkd powered, ESB framework.
Stars: ✭ 26 (-7.14%)
Mutual labels:  beanstalkd
linda
Linda is a simple dispatcher library.
Stars: ✭ 12 (-57.14%)
Mutual labels:  beanstalkd
artisan-beans
Easily manage your Beanstalkd job queues right from the Laravel artisan command
Stars: ✭ 41 (+46.43%)
Mutual labels:  beanstalkd
coolbeans
Coolbeans is a distributed work queue that implements the beanstalkd protocol.
Stars: ✭ 56 (+100%)
Mutual labels:  beanstalkd
QueueBundle
QueueBundle for Symfony Framework
Stars: ✭ 40 (+42.86%)
Mutual labels:  beanstalkd
beansclient
Robust PHP client for beanstalkd work queue
Stars: ✭ 86 (+207.14%)
Mutual labels:  beanstalkd
Huggies
Huggies is a plug and play automation tool for AWS Elastic Beanstalk
Stars: ✭ 13 (-53.57%)
Mutual labels:  beanstalkd
lua-resty-beanstalkd
non-blocking beanstalkd client lib for ngx_lua
Stars: ✭ 58 (+107.14%)
Mutual labels:  beanstalkd
docker-lemp
A single container LEMP complete fullstack with latest release of PHP7.4.33, 8.0.26 & 8.1.13/8.2RC and MySQL, nginx, PostgreSQL, phalcon, swoole, mailcatcher, beanstalkd, elasticsearch, memcached, redis, adminer and all you ever need; on top alpine3.15
Stars: ✭ 106 (+278.57%)
Mutual labels:  beanstalkd
orange
基于beanstalkd实现多进程处理消息队列的框架
Stars: ✭ 19 (-32.14%)
Mutual labels:  beanstalkd
beanstalk
Asynchronous Beanstalk Client for PHP.
Stars: ✭ 62 (+121.43%)
Mutual labels:  beanstalkd
scout
CLI interface to Tomboy and Gnote
Stars: ✭ 23 (-17.86%)
Mutual labels:  cli-interface

beanstalkd-cli Build Status

A simple cli interface for managing beanstalkd queues.

Download

You can find the latest release including binaries here.

Usage

NAME:
            beanstalkd-cli

USAGE:
            A simple cli interface for managing beanstalkd queues.

            Homepage: https://github.com/edwinhoksberg/beanstalkd-cli

VERSION:
            1.3.2 [7f1ad96f65246471eae3c07454ad8c77e6a0792f]

AUTHOR:
            Edwin Hoksberg <[email protected]>

COMMANDS:
      monitor
            Monitor the beanstalkd queues

      flush  Completely remove all jobs from a tube

      pop    Remove a job from a queue and display it

      put    Write a job to a queue

      peek   Display a job from the queue without removing it

      help, h
            Shows a list of commands or help for one command

GLOBAL OPTIONS:
      --verbose
            set this to enable debug logging

      --quiet
            set this to disable logging

      --server value
            The server name where beanstalkd is running (default: "127.0.0.1")

      --port value
            The port on which beanstalkd is listening (default: 11300)

      --help, -h
            show help

      --version, -v
            print the version

Development

This program is written in Go, using these dependencies:

  • sirupsen/logrus - Logrus is a structured logger for Go (golang), completely API compatible with the standard library logger.
  • urfave/cli - cli is a simple, fast, and fun package for building command line apps in Go.
  • mpdroog/beanstalkd - A golang beanstalkd client.

Compile from source

This program uses Go modules which makes it easy to compile it anywhere on your system without the need for GOPATH. Just run make build in the project directory and it should compile without any problems.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].