10

Does anyone know of any interface to administer beanstalkd? What I'm looking for vaguely is something like PhpMyAdmin for MySQL.

Doesn't have to be PHP or web-based, could be any interface, GUI ..etc

Alister Bulman
  • 34,482
  • 9
  • 71
  • 110
Ammar Ibrahim
  • 313
  • 3
  • 9

6 Answers6

8

Just have found another one https://github.com/ptrofimov/beanstalk_console

Seems to be more functional and a little prettier.

Gleb Filippov
  • 149
  • 2
  • 3
3

aurora: Cross-platform Beanstalk queue server console. (Zero-dependency)

https://github.com/xuri/aurora

xuri
  • 840
  • 7
  • 18
0

phpBeanstalkdAdmin is based on PHP.

Matthieu Napoli
  • 48,448
  • 45
  • 173
  • 261
-1

Ahmad Amireh made http://github.com/amireh/Beanstalker but it requires some non-master code (it's waiting to become mainstream).

fahhem
  • 466
  • 4
  • 8
-1

django-jack

ibz
  • 44,461
  • 24
  • 70
  • 86
  • I've just set this up and while it works ok I have to say that for what it does, django and python represents a huge amount of hassle to get it working. I'm very tempted to write something in PHP that could be a lot simpler. – Synchro Nov 03 '11 at 19:58
-2

Check http://github.com/earl/beanstalkc/blob/master/TUTORIAL which works great, although i'd consider it "cli" access at best

mark
  • 1